This commit is contained in:
Kakabay 2023-03-31 16:29:59 +05:00
parent e58e81f768
commit eff83f315b
1 changed files with 4 additions and 2 deletions

6
dist/.htaccess vendored
View File

@ -1,2 +1,4 @@
Options -MultiViews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.html Options -MultiViews
[QSA,L] RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]