源码介绍
一款还挺不错的导航网源码,分享给大家,源码无BUG,无任何后门,
导入数据库,然后修改为自己的信息就可以了,数据库里面也有收录接近一百个网站了。
源码截图

源码安装
PHP7.0+
源码上传根目录解压
数据库配置 config.php
伪静态配置
rewrite ^/index.html$ /index.php;rewrite ^/about.html$ /about.php;rewrite ^/top.html$ /top.php;rewrite ^/search.html$ /search.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;
然后就是 域名/admin/login.php
账号:admin 密码:123456
下载地址
留言评论
暂无留言