域名交易系统已测试可正常使用免授权带后台
- 网站源码
- 2024-03-08
- 1537
域名交易系统修复版,修复后台打不开,修改无法注册
全局搜索替换域名:aa.798yyds.top
数据库配置文件 config/config.php
后台 http://域名/ymadmin
用户:admin 密码:aa.798yyds.top
PHP选择5.6
伪静态:
伪静态默认是Apache
其他打不开请根据伪静态设置
Nginx伪静态
rewrite vip(.*) /shop/view.php?str=$1 last;
rewrite ^/(.*)/search(.*).html /$1/index.php?str=$2 last;
rewrite ^/(.*)/view([0-9]*).html /$1/view.php?id=$2 last;
rewrite ^/(.*)/(.*)list(.*).html /$1/$2list.php?str=$3 last;
rewrite ^/(.*)/(.*)view(.*).html /$1/$2view.php?id=$3 last;
rewrite ^/goods/([0-9]*).html /goods/view.php?id=$1 last;
rewrite ^/news/([0-9]*).html /news/view.php?id=$1 last;
rewrite ^/shop/([0-9]*).html /shop/view.php?id=$1 last;
rewrite ^/(.*)/goods/([0-9]*).html /$1/goods/view.php?id=$2 last;
rewrite ^/(.*)/news/([0-9]*).html /$1/news/view.php?id=$2 last;
rewrite ^/(.*)/shop/([0-9]*).html /$1/shop/view.php?id=$2 last;
隐藏资源
登陆后查看此资源立即登陆
本站所发布的全部内容源于互联网搬运,仅限于小范围内传播学习和文献参考 请在下载后24小时内删除,如果有侵权之处请第一时间联系我们删除。 敬请谅解! E-mail:kkw@vip.qq.com
本文链接:https://kunkunwu.com/post/3632.html
发表评论