update .htaccess

migrate-v1-to-v2
Louis Lam 2022-06-22 20:46:51 +08:00
parent 1655830a30
commit 2da7856018
1 changed files with 1 additions and 1 deletions

@ -5,7 +5,7 @@ RewriteEngine On
RewriteRule ^README.md$ Home.md [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
RewriteRule ^ index.html [QSA,L]