摘要:
.htaccess RewriteEngine On RewriteBase / RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d Rewri 阅读全文
摘要:
location / { try_files $uri $uri/ /index.html; } 阅读全文