diff --git a/.htaccess b/.htaccess index f6cd56b..6fc2d7e 100644 --- a/.htaccess +++ b/.htaccess @@ -14,4 +14,4 @@ RewriteRule ^(.*)$ $1.html [NC,L] RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php [NC,L] -ErrorDocument 404 ./404 \ No newline at end of file +ErrorDocument 404 /404 \ No newline at end of file