aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-06 13:18:52 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-06 13:18:52 -0200
commitcb1f8b2a2fc3875a9dfe1479188d417e5dc25711 (patch)
tree4bc340282dcfa3de2ca993f24f0babf4336a8506 /.htaccess
parent4ad3d911f7ae916594d02007550e581d178cebe3 (diff)
downloadblog-cb1f8b2a2fc3875a9dfe1479188d417e5dc25711.tar.gz
blog-cb1f8b2a2fc3875a9dfe1479188d417e5dc25711.tar.bz2
Events section
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess9
1 files changed, 9 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..7062b49
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,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>