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