1 Star 0 Fork 1.1K

aoseala / Niushop开源商城V4

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.htaccess 439 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangchen147 提交于 2020-08-04 17:12 . 初次提交
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?s=/$1 [QSA,PT,L]
RewriteEngine on RewriteCond % !^$
# 视频防盗,直接访问时,替换成图片
# RewriteCond %{HTTP_REFERER} !^$ [NC]
# RewriteRule .(mp4) https://img2.mukewang.com/szimg/5c7e6835087ef3d806000338.jpg [R,NC,L]
</IfModule>
PHP
1
https://gitee.com/Aoseala/niushop_b2c_v4_standard.git
git@gitee.com:Aoseala/niushop_b2c_v4_standard.git
Aoseala
niushop_b2c_v4_standard
Niushop开源商城V4
master

搜索帮助