mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-09 03:22:49 +00:00
update .htaccess to handle query params
[deploy]
This commit is contained in:
@@ -9,4 +9,4 @@ RewriteBase /
|
|||||||
RewriteRule ^index\.html$ - [L]
|
RewriteRule ^index\.html$ - [L]
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteRule . /index.html [L]
|
RewriteRule . /index.html [QSA,L]
|
||||||
|
|||||||
Reference in New Issue
Block a user