From cb1f8b2a2fc3875a9dfe1479188d417e5dc25711 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 6 Nov 2015 13:18:52 -0200 Subject: Events section --- .htaccess | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .htaccess (limited to '.htaccess') diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..7062b49 --- /dev/null +++ b/.htaccess @@ -0,0 +1,9 @@ + + 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] + -- cgit v1.2.3