Modified .htaccess

This commit is contained in:
CommanderRedYT
2020-11-07 13:37:45 +01:00
parent 3e2cc0c6a1
commit 49b53b096d

View File

@@ -10,3 +10,6 @@ Options All -Indexes
RewriteCond %{REQEUSTED_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html [NC,L]
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php [NC,L]