aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorMaZderMind2014-11-10 00:33:40 +0100
committerMaZderMind2014-11-10 00:33:40 +0100
commit154bcb3ca2e91caf311134b2068addde81b97e37 (patch)
tree02819d47d7a38c49908740d2b6220a7ebba22a15 /.htaccess
parent2708b8c41c079d27b0d135f658bab5eabed15d71 (diff)
about page
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 636fcf7..78ef56a 100644
--- a/.htaccess
+++ b/.htaccess
@@ -32,6 +32,9 @@ RewriteRule ^(sendezentrum)/(lq|audio)/?$ room.php?room=$1&format=$2&language=na
RewriteRule ^(lounge|ambient)/?$ party.php?room=$1&format=audio [L]
+# /about/ -> about.php
+RewriteRule ^about/?$ about.php [L]
+
# Show a known page in case of as miss
RewriteRule ^404.html$ 404.php [L]
ErrorDocument 404 /~peter/voc-frontends/31c3/404.php