付费资源

自动发货 资源楼读书网小说泛目录泛站源码

此内容为付费资源,请付费后查看
您还未登陆,建议登陆后购买,卖家能提供更完善的服务!
15.9
限时特惠
99
已售 0

资源说明

此源码是站长根据以前http://www.zjdaoming.com/这个站点所改的一款泛目录。

会员使用效果不错,所以发出来给大家一起用,该域名目前已掉量,后附上截图!

程序截图

2313165996623131658950

案例展示

231322299292313212273823132019114

Nginx伪静态

rewrite ^/(.*)/$ /index.php?id1=$1;
rewrite ^/(.*)/$/ /article.php?id1=$1;
rewrite ^/index.html$ /index.php?id=$1;
rewrite ^/(.*).html$ /article.php?id1=$1;
rewrite ^/$ /index.php?id=$1;
if (!-f $request_filename){
set $rule_4 1$rule_4;
}
if (!-d $request_filename){
set $rule_4 2$rule_4;
}
if ($rule_4 = "21"){
rewrite /.* /article.php last;
}

文件预览

资源楼读书网小说泛目录泛站源码

© 版权声明
THE END
如果内容对您有所帮助,就支持一下吧!
点赞6 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容