nginx 重写去掉index.php

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

相关文章
相关标签/搜索