From 232db6b579f8c1cc738333e16558da1d40f82a47 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Tue, 10 Nov 2020 17:02:50 +0100 Subject: [PATCH] Fixed htaccess --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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