diff --git a/public/.htaccess b/public/.htaccess index 1285c511..cf675fba 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,7 +1,8 @@ - Options -MultiViews - RewriteEngine On + Options -MultiViews + RewriteEngine On - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^ index.php [L] + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^ index.php [L] \ No newline at end of file