location / {
rewrite ^/template/(.*)\.html$ /index.php last;
rewrite ^/temp/(data|db|robotlog|tplrules|errpage|logs|session)/(.*)$ /index.php last;
rewrite ^/(temp|template|core|static)/(.*)\.php$ /index.php last;
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php?$1 last;
}
}
未经允许不得转载:微信 美文-微信文章库-我的知识库 » 小旋风蜘蛛池的伪静态