nginx.htaccess 83 B

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