彩虹易支付最新可用易支付程序长期可用[源码]

彩虹易支付最新可用易支付程序长期可用-樱花小镇
彩虹易支付最新可用易支付程序长期可用[源码]
此内容为免费资源,请登录后查看
0
免费资源

彩虹最新可用易支付程序长期可用彩虹易支付全开最新源码全新完全开源无任何加密易支付程序

安装步骤:

源码上传至虚拟机或者服务器
访问域名/install.php 安装,
后台地址: 域名/admin 账号 admin 密码 123456
删除install.lock即可重新安装

伪静态

nginx版

location / {
 if (!-e $request_filename) {
   rewrite ^/(.[a-zA-Z0-9\-\_]+).html$ /index.php?mod=$1 last;
 }
 rewrite ^/pay/(.*)$ /pay.php?s=$1 last;
}
location ^~ /plugins {
  deny all;
}
location ^~ /includes {
  deny all;
}

IIS版

<rule name="payrule1_rewrite" stopProcessing="true">
    <match url="^(.[a-zA-Z0-9-_]+).html"/>
    <conditions logicalGrouping="MatchAll">
      <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/>
      <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/>
    </conditions>
    <action type="Rewrite" url="index.php?mod={R:1}"/>
  </rule>
  <rule name="payrule2_rewrite" stopProcessing="true">
    <match url="^pay/(.*)"/>
    <conditions logicalGrouping="MatchAll">
      <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/>
      <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/>
    </conditions>
    <action type="Rewrite" url="pay.php?s={R:1}"/>
  </rule>

如果对你有用的话就支持一下叭·Thanks♪(・ω・)ノ
© 版权声明
THE END
喜欢就点赞转发支持一下吧(*╹▽╹*)~
点赞135 分享
评论 抢沙发
头像
你不说我怎么知道你在想什么诶
提交
头像

昵称

取消
昵称表情

    暂无评论内容