137 Star 803 Fork 273

zorlan / 蓝天采集器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.htaccess 393 Bytes
一键复制 编辑 原始数据 按行查看 历史
zorlan 提交于 2019-09-25 15:45 . 2.3
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^app/(\w+)/(.*)$ app/$1/index.php [QSA,PT,L,E=PATH_INFO:$2]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,PT,L,E=PATH_INFO:$1]
</IfModule>
PHP
1
https://gitee.com/zorlan/skycaiji.git
git@gitee.com:zorlan/skycaiji.git
zorlan
skycaiji
蓝天采集器
master

搜索帮助