简介:
彩虹易支付源码最新版免授权2.0版本 | 首页UI美化+用户中心美化版
安装教程:源码上传到根目录解压后,修改数据库config.php,访问 http://你的域名/install 进行提示安装!
thinkphp规则
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;
}
图片:
下载链接:
© 版权声明
THE END