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





主题授权提示:请在后台主题设置-主题授权-激活主题的正版授权,授权购买:RiTheme官网
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

评论(0)