Skip to content
Snippets Groups Projects
Commit 8c4bb58a authored by rhatto's avatar rhatto
Browse files

Fix events redirection

parent da983af4
Branches
Tags
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
RewriteEngine on RewriteEngine on
# See https://httpd.apache.org/docs/2.4/rewrite/remapping.html # See https://httpd.apache.org/docs/2.4/rewrite/remapping.html
RewriteRule "^/cypherpunks$" "eventos/2013/cypherpunks" [R] RewriteRule "^/cypherpunks$" "events/2013/cypherpunks" [R]
RewriteRule "^/campusparty$" "eventos/2014/campusparty" [R] RewriteRule "^/campusparty$" "events/2014/campusparty" [R]
RewriteRule "^/cryptorave$" "eventos/2014/cryptorave" [R] RewriteRule "^/cryptorave$" "events/2014/cryptorave" [R]
RewriteRule "^/fisl$" "eventos/2015/fisl" [R] RewriteRule "^/fisl$" "events/2015/fisl" [R]
</IfModule> </IfModule>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment