Not Found The requested URL / was not found on this server.

Posted yolo_bean

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Not Found The requested URL / was not found on this server.相关的知识,希望对你有一定的参考价值。

http://www.wanysys.cc/coding/php/800.html

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


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


提示把Apache的配置文件httpd.conf中的Include conf/extra/httpd-vhosts.conf改为#Include conf/extra/httpd-vhosts.conf,顿时恍然大悟,肯定是因为之前我配置了“wampserver的本地虚拟服务器环境”,而现在我想把本地项目访问从虚拟环境访问(www.wanysys.cc这种方式)改为用http://localhost/这种方式访问,所以导致服务器找不到用户请求的URL,最后,按照上面的提示更改后重启wampserver的Apache服务,发现wampserver的Apache本地访问成功了!!!

 

以上是关于Not Found The requested URL / was not found on this server.的主要内容,如果未能解决你的问题,请参考以下文章

The requested URL /lastid was not found on this server.

centos6系统yum安装报错The requested URL returned error: 404 Not Found

CentOS6 yum The requested URL returned error: 404 Not Found

CentOS6 yum The requested URL returned error: 404 Not Found

Yii2.0 解决“the requested URL was not found on this server”问题

linux下配置lamp时候出现The requested URL /info.php was not found on this server问题