diff --git a/public/.htaccess b/public/.htaccess index 638a7c82..5f7ad3a8 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,4 +1,3 @@ RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^.*$ /index.html [L] +RewriteRule /[^/.]+$ /index.html [L]