安装说明
测试环境:NGINX-1.18.0+php-5.6+MySQL-5.5
数据库配置:APPlication/Common/Conf/config.php
NGINX伪静态:
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
支付配置:Public/ptpaysdk/core/ptpay_config.php
后台地址:/admin
后台账号:admin
后台密码:admin
本文由果果科技于2025-05-31发表在宝丰县果果网络科技,如有疑问,请联系我们。
本文链接:https://guoguo.org.cn/direct/6256.html