资源说明
此源码是站长根据以前http://www.zjdaoming.com/这个站点所改的一款泛目录。
会员使用效果不错,所以发出来给大家一起用,该域名目前已掉量,后附上截图!
程序截图
案例展示
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; }
文件预览
原文链接:http://www.zylou.cn/101.html,未经允许,禁止转载。
请先
!