← 返回首页

nginx wolf 支持伪静态文件.htaccess

发布时间:2012-09-11 09:21

if (!-e $request_filename) {

rewrite ^/admin(.+)$ /admin/index.php?$1 last;

rewrite ^/(.+)$ /index.php?WOLFPAGE=$1 last;

}