13 Star 18 Fork 6

chenlei / QM_SHOP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.htaccess 262 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenlei 提交于 2014-05-10 16:36 . 商城源码开发下载.
<IFModule mod_rewrite.c>
# 开启 URL 重写功能
RewriteEngine On
# 请求内容不是目录
RewriteCond %{REQUEST_FILENAME} !-d
# 请求内容不是文件
RewriteCond %{REQUEST_FILENAME} !-f
# 重写 URL 规则
RewriteRule ^(.*)$ index.php\/$1 [L]
</IFModule>
PHP
1
https://gitee.com/qmphp/QM_SHOP.git
git@gitee.com:qmphp/QM_SHOP.git
qmphp
QM_SHOP
QM_SHOP
master

搜索帮助