1 Star 0 Fork 467

小跑鞋 / Niushop开源商城小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.htaccess 439 Bytes
一键复制 编辑 原始数据 按行查看 历史
全栈小学生 提交于 2020-11-30 21:20 . 1
<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/ok_2018/niushop_b2c_v4_applet.git
git@gitee.com:ok_2018/niushop_b2c_v4_applet.git
ok_2018
niushop_b2c_v4_applet
Niushop开源商城小程序
master

搜索帮助