Update .htaccess

This commit is contained in:
FURK4NGG
2024-10-05 02:47:43 +03:00
committed by GitHub
parent 281629773c
commit 1622766ba3
+1 -1
View File
@@ -6,4 +6,4 @@ RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html [L] RewriteRule ^(.*)$ $1.html [L]
ErrorDocument 404 /not_found_page.html ErrorDocument 404 /404.html