PHP版本選擇 7.2
配置下偽靜態(tài)
偽靜態(tài)規(guī)則
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;
}
將源碼上傳至網(wǎng)站根目錄并解壓
訪問域名/install.php填寫數(shù)據(jù)庫相關信息安裝即可
安裝完成后默認 賬號 admin 默認密碼 123456
后臺路徑 域名/admin
![圖片[1]-完整的易支付源碼-全開源-批量生成商戶-即時到賬功能-自動提現(xiàn)功能](http://www.oilmaxhydraulic.com.cn/wp-content/uploads/2022/02/904213834-1024x529.png)
![圖片[2]-完整的易支付源碼-全開源-批量生成商戶-即時到賬功能-自動提現(xiàn)功能](http://www.oilmaxhydraulic.com.cn/wp-content/uploads/2022/02/業(yè)領先的免簽約支付平臺-571x1024.jpg)
? 版權聲明
THE END
暫無評論內容