diff --git a/.htaccess b/.htaccess index 5cb37d5..d2dbe3a 100644 --- a/.htaccess +++ b/.htaccess @@ -178,7 +178,7 @@ Options -Indexes RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}.php -f - RewriteRule ^(.+?)/?$ $1.php [L] + RewriteRule ^(.+?)/?$ $1.php [END] # Security rules RewriteRule ^logs(/.*)?$ - [F,L]