搜索内容

修复版域名出售交易平台源码免授权带后台

源码简介

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

搭建教程

数据库配置文件 config/config.php
后台 http://域名/ymadmin
用户:admin 密码:admin888

PHP选择5.6   伪静态:

伪静态默认是Apache

伪静态转换:http://tool.bolgk.eu.org/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;

 

下载地址

此处内容需要回复后才能查看

THE END
分享
二维码
打赏
分享到
扫码阅读
请作者喝杯咖啡
微信打赏
< 上一篇
云导航源码分享下载,美化UI,增加多款好看模板,轻松搭建
下一篇 >
表情包制作小程序源码,云开发自修复版
评论 15

  • 42883244
    42883244 2025-03-28 00:12

  • 33147353
    33147353 2024-12-02 22:24

    搭建教程
    数据库配置文件 config/config.php

    后台 http://域名/ymadmin

    用户:admin 密码:admin888

    PHP选择5.6 伪静态:

    伪静态默认是Apache

    伪静态转换:http://tool.bolgk.eu.org/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;

  • 24351597
    24351597 2024-08-24 02:54

    1

  • 19500958
    19500958 2024-07-18 23:29

    感谢分享

  • 17087659
    17087659 2024-06-13 00:29

    123