From fabacad611a994ffb489ef7ddce40d84640196d9 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Wed, 19 Feb 2025 12:59:42 +0100 Subject: [PATCH] Use correct htaccess directive --- static/.htaccess | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/.htaccess b/static/.htaccess index 5b1c964..de377bf 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