blob: 365c3b1a6e23386a1cb4fb69142b317aa87b95ca (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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 ^organizacao$ https://templates.fluxo.info/organizacao [R]
</IfModule>
|