修复版域名交易平台源码免授权带后台,无需授权即可正常使用,附带后台功能。

搭建教程:

数据库配置文件:config/config.php

后台地址:http://域名/ymadmin
用户名:admin
密码:admin888

PHP版本需选择5.6,并配置伪静态:

Apache伪静态转换工具:http://tool.xmy7.com/htaccess2nginx/

若无法访问,请根据伪静态设置进行配置

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;

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