摘要: location / { if (!-e $request_filename) { rewrite ^/(.*)$ /index.php/$1 last; } } 在配置里加这个就可以了 阅读全文
posted @ 2025-05-22 21:30 JS脚本 阅读(7) 评论(0) 推荐(0)