|
|
温馨提示:本源码提供给大家学习研究借鉴美工之用,请勿用于商业和违法用途!
安装说明
服务器系统:Linux+宝塔亲测环境:Nginx1.16.1+PHP5.6+Mysql5.53个程序共用1个数据库===========================修改配置文件===========================配置网站名称+代理地址:/Web/index.php数据库配置修改:/APP/Home/Conf/config.php数据库配置修改:/sys/config.inc.php数据库配置修改:/sys/config.inc.php===========================修改配置文件===========================
===========================以下网站信息===========================主程序=Web后台地址:/Admin/Pubss/login.html后台账户:admin后台密码:www.hnymwl.com前台地址:/前台账户:13011112222前台密码:13011112222代理=dl地址:/admin账户:13011112222密码:13011112222商户=sh地址:/agent账户:shh001密码:shh001↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓记得配置伪静态↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓主程序 Nginx伪静态
location/{if(!-e$request_Filename){rewrite^(.*)$/index.php?s=$1last;break;}}</pre>
代理 nginx伪静态
if(!-f$request_Filename){set$rule_01$rule_0;}if(!-d$request_filename){set$rule_02$rule_0;}if(-f$request_filename.php){set$rule_03$rule_0;}if($rule_0=&quot;321&quot;){rewrite^/(.+)$/$1.phplast;}rewrite/login.dos$/index.php?act=logins;rewrite/reg.dos$/index.php?act=reg;rewrite/index.dos$/index.php?act=index;rewrite/regs.dos$/index.php?act=regs;rewrite/task.dos$/index.php?act=task;rewrite/up.dos$/index.php?act=up;rewrite/zhifubao.dos$/index.php?act=ziliaos;rewrite/moneys.dos$/index.php?act=moneys;rewrite/r.dos$/index.php?act=renwus;</pre>
商户 nginx伪静态
location/{if(!-e$request_filename){rewrite^(.*)$/index.php?s=$1last;break;}}</pre>
效果图:
<img alt="" id="d41d8cd98f00b204e9800998ecf8427e_img_3327" src="https://img.dkewl.com/202105/9efbe87146.gif"/>
下载地址:支付跑分系统二开修复版[代理+商户+用户]源码.zip |
|