博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
wamp 无法打开localhost:The requested URL / was not...
阅读量:6267 次
发布时间:2019-06-22

本文共 629 字,大约阅读时间需要 2 分钟。

hot3.png

wampserver 的Apache启动错误提示:The requested URL / was not found on this server.

今天在做本地项目的时候,想把之前访问方式改为本地localhost访问方式,打开的Apache中的http://localhost/显示如下错误,提示The requested URL / was not found on this server.(在服务器上找不到请求的URL),百度各种方法都未解决,很多人的方法都是不加验证的复制粘贴别人的东西,根本就不能解决问题,这里顺便鄙视一下某度。

wampserver  的Apache启动错误提示:The requested URL / was not found on this server.

后来还是在老美的网站上找到了一句话:

wampserver  的Apache启动错误提示:The requested URL / was not found on this server.

提示把Apache的配置文件httpd.conf中的Include conf/extra/httpd-vhosts.conf改为#Include conf/extra/httpd-vhosts.conf,顿时恍然大悟,肯定是因为之前我配置了“”,而现在我想把本地项目访问从虚拟环境访问(www.wanysys.cc这种方式)改为用http://localhost/这种方式访问,所以导致服务器找不到用户请求的URL,最后,按照上面的提示更改后重启的Apache服务,发现的Apache本地访问成功了!!!wampserver  的Apache启动错误提示:The requested URL / was not found on this server.素梅好翔博客 , 版权所有丨如未注明 , 均为原创 , 转载请注明出处:

转载于:https://my.oschina.net/u/3797834/blog/1855346

你可能感兴趣的文章
网吧维护工具
查看>>
BOOT.INI文件参数
查看>>
vmstat详解
查看>>
新年第一镖
查看>>
unbtu使用笔记
查看>>
MaxCompute 学习计划(一)
查看>>
OEA 中 WPF 树型表格虚拟化设计方案
查看>>
Android程序开发初级教程(一) 开始 Hello Android
查看>>
使用Gradle打RPM包
查看>>
“我意识到”的意义
查看>>
淘宝天猫上新辅助工具-新品填表
查看>>
再学 GDI+[43]: 文本输出 - 获取已安装的字体列表
查看>>
nginx反向代理
查看>>
操作系统真实的虚拟内存是什么样的(一)
查看>>
hadoop、hbase、zookeeper集群搭建
查看>>
python中一切皆对象------类的基础(五)
查看>>
modprobe
查看>>
android中用ExpandableListView实现三级扩展列表
查看>>
%Error opening tftp://255.255.255.255/cisconet.cfg
查看>>
java读取excel、txt 文件内容,传到、显示到另一个页面的文本框里面。
查看>>