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