今天发现一款还不错的导航源码,已测试正常,分享给大家
上传网站源码然后导入数据库文件: 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 直接登录之后在修改!!!




© 版权声明
本站站内发布的全部源码程序,均通过互联网公开渠道采集汇总,本站不享有任何源码著作权,所有知识产权归属对应原开发作者。
THE END













暂无评论内容