1 Star 0 Fork 5

BlueCatTAT / 哔咔漫画服务器

forked from yoshino / 哔咔漫画服务器 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.htaccess 309 Bytes
一键复制 编辑 原始数据 按行查看 历史
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ public/$1 [QSA,PT,L]
RewriteEngine on
RewriteRule ^$ public/ [L]
RewriteRule (.*) public/$1 [L]
</IfModule>
PHP
1
https://gitee.com/bluecattat/bika_cartoon_server.git
git@gitee.com:bluecattat/bika_cartoon_server.git
bluecattat
bika_cartoon_server
哔咔漫画服务器
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891