使用教程
php版本必须未5.6 否则报错
1先导入数据库文件: 数据库.sql
2修改config.php数据库配置
3然后服务器设置好伪静态规则
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;
4后台你的域名/admin/login.php 账号:admin 密码:123456 直接登录之后在修改!!!
截图
![图片[1]-站长导航源码-南希博客](https://img.520bk.com.cn/2023/05/屏幕截图-2023-05-03-152317.png)
![图片[2]-站长导航源码-南希博客](https://img.520bk.com.cn/2023/05/屏幕截图-2023-05-03-152333.png)
感谢您的来访,获取更多精彩文章请收藏本站。

© 版权声明
THE END
暂无评论内容