摘要: if ( !-e $request_filename ) { rewrite ^/(.*)$ /index.php/$1 last; } if(!-e $request_filename){ rewrite ^/index.php(.*)$ /index.php?s=/$1 last; rewrit 阅读全文
posted @ 2023-07-21 10:18 千机楼 阅读(17) 评论(0) 推荐(0)