简介:

今天发现一款还不错的导航源码,已测试正常,分享给大家


上传网站源码

然后导入数据库文件: dkewl.sql

再修改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 直接登录之后在修改!!!


图片:

4.png

9.png

下载资源

百度网盘

下载: 0
VIP免费

温馨提示:本站提供的一切软件、教程和内容信息都来自网络收集整理,仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负,版权争议与本站无关。

点点赞赏,手留余香

还没有人打赏,快来当第一个打赏的人吧!

0 条评论

登录后才能发表评论

暂无数据
暂无评论,快来抢沙发吧~