.htaccess
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
相关文章:
-
2022-12-23
-
2022-12-23
-
2022-12-23
-
2021-07-22
-
2021-05-31
-
2022-12-23
-
2022-12-23
猜你喜欢
-
2021-09-10
-
2022-12-23
-
2021-10-29
-
2021-04-12
-
2021-06-18
-
2022-01-11
-
2022-02-07
相关资源
-
下载
2021-11-03
-
下载
2023-03-06
-
下载
2023-04-04
-
下载
2022-12-31