Skip to content
Snippets Groups Projects
.htaccess 370 B
<IfModule mod_rewrite.c>
  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]
</IfModule>