diff --git a/public/.htaccess b/public/.htaccess index a5c40815..32a4fd27 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,7 +1,7 @@ RewriteEngine On # The following rule tells Apache that if the requested filename # exists, simply serve it. -RewriteCond %{REQUEST_FILENAME} -s [OR] +RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L]