安装说明
先导入数据库文件cnx0_com_20210222_162658.sql.gz
再修改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;
访问网站OK
后台是:你的域名/admin/login.php 账号:admin 密码:123456
测试截图
© 版权声明
文章版权归作者所有,未经允许请勿转载。如内容涉嫌侵权,请在本页底部进入<联系我们>进行举报投诉!
THE END
暂无评论内容