https://XXXXXXXXXXXXXX/adminapi/captcha_pro?1641890028000
驗(yàn)證碼500
https://XXXXXXXXXXXXXX/admin 可以打開(kāi) 驗(yàn)證碼不顯示
然后頁(yè)面自動(dòng)跳轉(zhuǎn)到https://XXXXXXXXXXXXXX/admin/login?redirect=%2Fadmin%2Fhome
這時(shí)候再刷下就500錯(cuò)誤
下面是偽靜態(tài)規(guī)則 用的寶塔面板自帶的crmeb偽靜態(tài)規(guī)則
location / {
if (!-e ?request_filename) {
rewrite ^(.*)? /index.php?s=/$1 last;
break;
}
}
擴(kuò)展安裝正常沒(méi)報(bào)錯(cuò)