]> gitweb.fluxo.info Git - blog.git/commitdiff
Fix events redirection
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Mar 2016 21:26:41 +0000 (18:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Mar 2016 21:26:41 +0000 (18:26 -0300)
.htaccess

index 7062b499e50ecfc27438a7a174799ae64e898c75..b16d16b347c50333321fe20a044429656eb46f97 100644 (file)
--- 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]
 </IfModule>