thinkphp.conf 116 B

1234
  1. if (!-e $request_filename) {
  2. rewrite ^/(.*)$ /index.php/$1;
  3. #rewrite ^/subdir/(.*)$ /subdir/index.php/$1;
  4. }