自适应各终端懒人网址导航源码v3.9
自适应各终端懒人网址导航源码是一个以PHP+MySQL进行开发的网址导航源码。
该版本在原有3.8版本的基础上进行了修复并增加了一些功能。
建议新人直接使用新版本,丢弃旧版本。
如果您有能力进行二次开发,请自行检查并升级。 未来我们将持续不定期更新。
测试环境
宝塔Nginx-Tengine2.2.3 PHP5.6 MySQL5.6.44
为了防止调试错误,建议使用测试环境运行的php和mysql版本
首先导入数据库文件db/db.sql
然后修改config.php来配置数据库
然后在服务器上设置伪静态规则
访问网站就OK了
后台是:你的域名/admin/login.php 账号:admin 密码:qqqqqq
Nginx伪静态规则
rewrite ^/index.html$ /index.php;
rewrite ^/about.html$ /about.php;
rewrite ^/search.html$ /search.php;
rewrite ^/ranking.html$ /ranking.php;
rewrite ^/wz.html$ /wzall.php;
rewrite ^/apply.html$ /apply.php;
rewrite ^/404.html$ /404.php;
rewrite ^/sort([1-9]+[0-9]*).html$ /sort.php?id=$1;
rewrite ^/sort([a-zA-Z]+).html$ /sort.php?alias=$1;
rewrite ^/site_([1-9]+[0-9]*).html$ /site.php?id=$1;
rewrite ^/wz([1-9]+[0-9]*).html$ /wz.php?id=$1;
rewrite ^/wzshow_([1-9]+[0-9]*).html$ /wzshow.php?id=$1;
下载地址:
https://qq1103738088.lanzouq.com/i6XVE1kmk3bi
评论(0)