中文(繁体)
設定檔:configsettings.php
測試php版本7.3
偽靜態
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}