From 8c4bb58afb78bc5ea250aa635640dc55a850044d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 27 Mar 2016 18:26:41 -0300 Subject: Fix events redirection --- .htaccess | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 7062b49..b16d16b 100644 --- a/.htaccess +++ b/.htaccess @@ -2,8 +2,8 @@ RewriteEngine on # See https://httpd.apache.org/docs/2.4/rewrite/remapping.html - RewriteRule "^/cypherpunks$" "eventos/2013/cypherpunks" [R] - RewriteRule "^/campusparty$" "eventos/2014/campusparty" [R] - RewriteRule "^/cryptorave$" "eventos/2014/cryptorave" [R] - RewriteRule "^/fisl$" "eventos/2015/fisl" [R] + RewriteRule "^/cypherpunks$" "events/2013/cypherpunks" [R] + RewriteRule "^/campusparty$" "events/2014/campusparty" [R] + RewriteRule "^/cryptorave$" "events/2014/cryptorave" [R] + RewriteRule "^/fisl$" "events/2015/fisl" [R] -- cgit v1.2.3