欢迎访问服务器技术网-www.fuwuqijishu.com

phpstudy打不开localhost

phpstudy fuwuqijishu 2年前 (2022-07-16) 172次浏览 0个评论 扫描二维码

phpstudy打不开localhost

phpstudy打不开localhost

1、先打开httpd.conf文件,打开httpd-vhosts.conf "Include conf/extra/httpd-vhosts.conf"的注释,启动服务时优先加载此文件.

2、在httpd-vhosts.conf文件中配置localhost的虚拟主机:

<VirtualHost *:80>
     DocumentRoot "F:/PHP/environment/phpstudy/WWW"
     ServerName localhost
</VirtualHost>

3、在host文件中添加域名:

127.0.0.1 localhost

4、把httpd.conf中的"#ServerName localhost:80"或者把"ServerName localhost"注释掉即可,localhost可以正常访问了!

推荐教程:phpstudy使用教程

以上就是phpstudy打不开localhost的详细内容,更多请关注服务器技术网其它相关文章!

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2118.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900