tp5 apache 转 nginx 须要配置的伪静态

location / {
    if (!-e $request_filename){
        rewrite ^(.*)$ /index.php?s=$1 last; break;
    }
}    
相关文章
相关标签/搜索