nginx thinkphp rewrite配置項

洋蔥土豆隨心匠發表於2018-05-22

location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}

相關文章