nginx wolf 支持伪静态文件.htaccess

if (!-e $request_filename) {

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

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

}

评论

此博客中的热门博文

FreeBSD安装Pure-FTPd及user manager for PureFTPd

debian lighttpd php ssl

解决nginx出现File not found的问题