紧急求助

window下搭建nginx和php环境。

  location ~ \.php$ {

             root           f:/bjsasc/tipaskx;

             fastcgi_pass   127.0.0.1:9000;

             fastcgi_index  index.php;

             fastcgi_param  SCRIPT_FILENAME  f:/bjsasc/tipaskx$fastcgi_script_name;

             include        fastcgi_params;

         }

安装路径为http://localhost/public/install  但是提示是404找不到,紧急,谢谢

请先 登录 后评论

2 个回答

无痕
请先 登录 后评论
ks - 哈哈 这个系统不错

网站域名要绑定到public这个目录

请先 登录 后评论
  • 2 关注
  • 0 收藏,3866 浏览
  • 刘洵 提出于 2016-09-21 00:13

相似问题