diff --git a/public/.htaccess b/public/.htaccess index 053377d..62d0312 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,2 +1,4 @@ -Options -MultiViews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.html -[QSA,L] +Options -MultiViews +RewriteEngine On +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^ index.html [QSA,L]