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