level 1
wulafei2012
楼主
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?rewrite=$1 last;
}
全部页面都伪静态了,想在网站加个目录/blog/,建个博客,如何让/blog/目录屏蔽掉整体的伪静态呢?
求大神帮忙!
2016年04月13日 11点04分
1
rewrite ^/(.*)$ /index.php?rewrite=$1 last;
}
全部页面都伪静态了,想在网站加个目录/blog/,建个博客,如何让/blog/目录屏蔽掉整体的伪静态呢?
求大神帮忙!