Fix extras.php 403 error because of dir "extras"

This commit is contained in:
CommanderRedYT
2020-11-29 11:44:51 +01:00
parent f62de674e5
commit 8364cdd355

View File

@@ -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]