nginx wolf 支持伪静态文件.htaccess 获取链接 Facebook X Pinterest 电子邮件 其他应用 九月 11, 2012 if (!-e $request_filename) { rewrite ^/admin(.+)$ /admin/index.php?$1 last; rewrite ^/(.+)$ /index.php?WOLFPAGE=$1 last; } 阅读全文