域名出售交易平台源码修复版 免授权带后台
温馨提示:
本文最后更新于 2024年03月20日,已超过 535 天没有更新。若文章内的图片失效(无法正常加载),请留言反馈或直接联系我。
资源介绍
无需授权即可正常使用,附带后台功能。
搭建教程
数据库配置文件 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;
预览截图
添加好友,回复“源码”获取该资源
- 本文标签: 源码大全
- 本文链接: https://www.wtyicyai.com/article/13533
- 版权声明: 本文由余怡原创发布,转载请遵循《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权