aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
blob: 558a2267110f96cd5167235b9a271608a6f5c70b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<IfModule mod_rewrite.c>
  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 ^static$      /suckless/sites/                         [R]
  RewriteRule ^cli$         /suckless/cli/                           [R]
  RewriteRule ^virtual$     /suckless/virtual/                       [R]
  RewriteRule ^orphans$     /research/archived/                      [R]
  RewriteRule ^organizacao$ https://templates.fluxo.info/organizacao [R]
</IfModule>