aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess8
1 files changed, 4 insertions, 4 deletions
diff --git a/.htaccess b/.htaccess
index b16d16b..0671892 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,8 +2,8 @@
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 ^cypherpunks$ /events/2013/cypherpunks/ [R]
+ RewriteRule ^campusparty$ /events/2014/campusparty/ [R]
+ RewriteRule ^cryptorave$ /events/2014/cryptorave/ [R]
+ RewriteRule ^fisl$ /events/2015/fisl/ [R]
</IfModule>