location / {  
        index index.html index.htm index.php admin.php;
        #访问路径的文件不存在则重写URL转交给ThinkPHP处理  
        if (!-e $request_filename) {
            rewrite ^/index.php(.*)$ /index.php?s=$1 last;
            rewrite ^/FEqhzMTbLA.php(.*)$ /FEqhzMTbLA.php?s=$1 last;
             break;
        }  
    }

 

posted on 2020-07-12 10:03  文浩SIr  阅读(146)  评论(0编辑  收藏  举报