📅  最后修改于: 2022-03-11 14:59:52.537000             🧑  作者: Mango
#Add this to your htaccess file and we shall be good to go
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]