1 Star 2 Fork 1

HiCoder工作室/qinghuishou

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.htaccess 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
hicoder 提交于 2018-03-25 19:09 . first commit
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
#RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
RewriteRule ^(.*)/item/(.*)\.html$ $1/product/Index/id/$2 [QSA,PT,L]
RewriteRule ^(.*)/about/$ $1/page/index/id/45.html [QSA,PT,L]
RewriteRule ^(.*)/brand/(.*)\.html$ $1/product/brand/id/$2 [QSA,PT,L]
RewriteRule ^(.*)/help/$ $1/page/index/id/36.html [QSA,PT,L]
RewriteRule ^(.*)/help/question.html$ $1/page/index/id/35.html [QSA,PT,L]
RewriteRule ^(.*)/info/news.html$ $1/portal/list/index/id/6.html [QSA,PT,L]
RewriteRule ^(.*)/info/news.html?p=(.*)\$ $1/portal/list/index/id/6/p/$2.html [QSA,PT,L]
RewriteRule ^(.*)/info/sub.html$ $1/portal/list/index/id/7.html [QSA,PT,L]
RewriteRule ^(.*)/info/sub.html?p=(.*)\$ $1/portal/list/index/id/7/p/$2.html [QSA,PT,L]
</IfModule>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/hicoder2015/qinghuishou.git
git@gitee.com:hicoder2015/qinghuishou.git
hicoder2015
qinghuishou
qinghuishou
master

搜索帮助

Live Live