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

index b16d16b347c50333321fe20a044429656eb46f97..06718922adca1c6216833997821f2f526350465d 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$" "events/2013/cypherpunks" [R]
-  RewriteRule "^/campusparty$" "events/2014/campusparty" [R]
-  RewriteRule "^/cryptorave$"  "events/2014/cryptorave"  [R]
-  RewriteRule "^/fisl$"        "events/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>