摘要: location ~ \.php { #去掉$ root H:/PHPServer/WWW; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_split_path_info ^(.+\.php)(.*)$; #增加这一句 f 阅读全文
posted @ 2017-12-09 16:28 知风阁 阅读(675) 评论(0) 推荐(0) 编辑