From 1622766ba31f327c309ed46dc3dd0cd8cc15bc4e Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sat, 5 Oct 2024 02:47:43 +0300 Subject: [PATCH] Update .htaccess --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 3c7a90a..8119a5d 100644 --- a/.htaccess +++ b/.htaccess @@ -6,4 +6,4 @@ RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.html -f RewriteRule ^(.*)$ $1.html [L] -ErrorDocument 404 /not_found_page.html +ErrorDocument 404 /404.html