aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
blob: 7062b499e50ecfc27438a7a174799ae64e898c75 (plain)
1
2
3
4
5
6
7
8
9
<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>