今天发现一款还不错的导航源码,已测试正常,分享给大家
上传网站源码
再修改config.php数据库配置
然后服务器设置好伪静态规则
code
- 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 直接登录之后在修改!!!
链接:https://pan.baidu.com/s/1MhhT2hOg2FcbPw-WUon9lQ?pwd=akr7
下载密码评论后可见
内容看完了
© 版权声明
请登录后发表评论
注册