加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.htaccess 364 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiuno 提交于 2016-06-30 14:50 . detail optimization
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^admin/(.*)\.htm(.*)$ /admin/index.php?$1.htm$2 [L]
RewriteRule ^mobile/(.*)\.htm(.*)$ /mobile/index.php?$1.htm$2 [L]
RewriteRule ^(.*)\.htm(\??.*)$ /index.php?$1.htm$2 [L]
#RewriteRule ^((.*?/)?|(.*?))(.*)$ $1index.php?$2 [L]
</IfModule>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化