67 Star 170 Fork 77

aming / ebookapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
htaccess.txt 385 Bytes
一键复制 编辑 原始数据 按行查看 历史
aming 提交于 2014-07-23 09:40 . 重新修改适应原抓取网站的变化
<IFMODULE mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule category/(.*)/(.*).html$ category.php?id=$1&page=$2
RewriteRule chapter/lst_(.*).html$ chapter_lst.php?id=$1
RewriteRule chapter/ctx_(.*).html$ chapter_ctx.php?id=$1
RewriteRule nav/(.*)/(.*)/(.*).html$ chapter_ctx_next.php?article_id=$1&chapter_id=$2&flag=$3
RewriteRule ^t_(.*).html$ test.php?id=$1 [L]
</IFMODULE>
PHP
1
https://gitee.com/aming0502/ebookapp.git
git@gitee.com:aming0502/ebookapp.git
aming0502
ebookapp
ebookapp
master

搜索帮助