diff options
author | MaZderMind | 2014-11-09 23:46:27 +0100 |
---|---|---|
committer | MaZderMind | 2014-11-09 23:46:27 +0100 |
commit | 1ac82d89098b54cdbf3da66aac1b751cf46b56f0 (patch) | |
tree | 73529a46e6a654f91f606ebf918bbc81e29af79f /.htaccess | |
parent | 31954fe35c87a9c3d9c57b29080abe8da4428d5b (diff) |
add a nice 404 page
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -33,8 +33,4 @@ RewriteRule ^(lounge|ambient)/?$ party.php?room=$1&format=audio [L] # Show a known page in case of as miss -ErrorDocument 404 404.php - -# Allow Caches & Proxies to Cache all resources -#ExpiresActive On -#ExpiresDefault "access plus 4 hours" +ErrorDocument 404 /~peter/voc-frontends/31c3/404.php |