diff --git a/.htaccess b/.htaccess index ec7793f..efb9407 100644 --- a/.htaccess +++ b/.htaccess @@ -3,7 +3,7 @@ RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^ index.php [L] + RewriteRule ^(.*)$ /index.php [L,NC] order allow,deny