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]