From 49b53b096d0fc8734d512477b38c3ddb3b0ad00d Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Sat, 7 Nov 2020 13:37:45 +0100 Subject: [PATCH] Modified .htaccess --- .htaccess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 0f4a541..c6d2899 100644 --- a/.htaccess +++ b/.htaccess @@ -9,4 +9,7 @@ Options All -Indexes RewriteCond %{REQEUSTED_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.html -f -RewriteRule ^(.*)$ $1.html [NC,L] \ No newline at end of file +RewriteRule ^(.*)$ $1.html [NC,L] + +RewriteCond %{REQUEST_FILENAME}\.php -f +RewriteRule ^(.*)$ $1.php [NC,L] \ No newline at end of file