aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '')
-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