From 1ac82d89098b54cdbf3da66aac1b751cf46b56f0 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 9 Nov 2014 23:46:27 +0100 Subject: add a nice 404 page --- .htaccess | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 2165afc..cc6a5ae 100644 --- a/.htaccess +++ b/.htaccess @@ -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 -- cgit v1.2.3