大家好啊,我是年GieGie,欢迎来到web测评。
本期给大家分享一套自适应各终端懒人网址导航源码。
源码详情
- 自适应各终端懒人网址导航源码 v3.4
- 推荐直接使用新版本,舍弃旧版本,后期会继续不定期更新
- 此版本是在原 3.2 版本的基础上修复和增加了些功能
安装教程
- 宝塔面板 Nginx + PHP5.6 + MySQL5.6
- 首先宝塔安装MySQL5.6,创建数据库后再导入数据库文件db/db.sql
- 再修改config.php数据库配置
- 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;
- 最后访问网站就OK了
- 后台:你的域名/admin/login.php 账号:admin 密码:qqqqqq
网站模板实测截图
::: block-2