diff --git a/static/.htaccess b/static/.htaccess index 5b1c964e..de377bfe 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -1,4 +1 @@ -RewriteEngine On -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule (.*) /404.html?url=$1 [R=302,END] +ErrorDocument 404 /404.html