From 8364cdd3555fec057bfcac9deec459855955ae4a Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Sun, 29 Nov 2020 11:44:51 +0100 Subject: [PATCH] Fix extras.php 403 error because of dir "extras" --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index f7b0dc1..9a62fa7 100644 --- a/.htaccess +++ b/.htaccess @@ -11,6 +11,7 @@ RewriteCond %{REQEUSTED_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.html -f RewriteRule ^(.*)$ $1.html [NC,L] +DirectorySlash Off RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php [NC,L]