提示把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本地访问成功了!!

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

转载于:https://www.cnblogs.com/webmans/p/7428895.html

wamp 出现 The requested URL / was not found on this server相关推荐

  1. Object not found! The requested URL was not found on this server.... 报错解决方案

    Object not found! The requested URL was not found on this server.... 报错解决方案 参考文章: (1)Object not foun ...

  2. The requested URL was not found on the server

    问题重现: curl的时候带了了一个url,例如XXXX/api/resource 然后报错 The requested URL was not found on the server 原因是什么呢? ...

  3. The requested URL was not found on the server. If you entered the URL manually please check your spe

    项目场景: 项目场景:flask蓝图在区分不同路径是出现BUG Not Found The requested URL was not found on the server. If you ente ...

  4. 成功解决404 Not Found Not Found The requested URL was not found on the server. If yo

    成功解决404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not fo ...

  5. The requested URL /**** was not found on this server

    当ubuntu使用Apache搭建web服务器是,访问网页失败,出现: The requested URL /"文件名" was not found on this server ...

  6. wampserver图标为绿色,打开localhost页面错误提示:The requested URL / was not found on this server

    首先检查Apache下的httpd.conf 的DocumentRoot 和Directory 的路径是的正确,若未改变初始的路径,即"F(磁盘,根据自己存放的位置不同而不同):\wamp\ ...

  7. vue 路由history模式打包部署 The requested URL * was not found on this server. 的解决方法

    apache开启rewrite_module模块, 在项目根目录创建.htaccess文件,文件内容如下 <IfModule mod_rewrite.c>   Options +Follo ...

  8. Not FoundThe requested URL was not found on the server. If you entered the URL manually please chec

    如果你使用vs,发现程序可运行,但网页打不开,这其实并不是你代码有问题,也不需要从代码层面解决,我直接写下我的解决思路: 首先创建新项目一定要选空白: 然后在你的主函数的同一级目录下新建文件夹temp ...

  9. Not Found The requested URL was not found on this server. Additionally, a 404 Not Found error was e

    这是tp6配置时候出现的问题 先配置伪静态文件 在public目录下有个文件.htaccess 复制以下内容到此文件中 <IfModule mod_rewrite.c>   Options ...

  10. The requested URL /xxxx.html was not found on this server

    The requested URL /xxxx.html was not found on this server The requested URL /xxxx.html was not found ...

最新文章

  1. 数据库查询某一列大写转化小写字母表示_算法/开发 面试必看! 【数据库】面试题合集...
  2. Eclipse如何调整字体大小
  3. 微软101道经典面试题
  4. [JavaWeb-JavaScript]JavaScript_Global全局对象
  5. CSS 如何让Table的里面TD全有边框 而Table的右左边框没有
  6. matlab画图plot设置字体_R语言科研画图字体格式设置
  7. 华为云张昆:支持全场景全业务,GaussDB加速企业数字化转型
  8. FPGA设计注意事项
  9. 你真的了解 ConcurrentHashMap 吗?
  10. BZOJ1123: [POI2008]BLO
  11. itest手机考试有监控吗_itest机考说明
  12. 桌面上计算机图标老是自动删除,win10系统总是自动删除桌面快捷方式的处理方案...
  13. 按键精灵——电脑永不熄屏
  14. yocto(一)——yocto介绍
  15. 企业邮箱能传多大的附件?企业邮箱附件大小有限制吗?
  16. 这样写的邮件,客户回复率几乎高达100%
  17. 计算机网络 华东理工大学 第1章测试
  18. matlab组织的培训讲义,MATLAB与Simulink简介培训讲义.ppt
  19. 【技术】基于GPRS无线网络的嵌入式远程车载监测系统[图]
  20. 中亦科技在创业板IPO恢复审核状态,徐晓飞不再担任执业律师

热门文章

  1. Excel插入多列相同数据
  2. ubuntu/centos Server 安装完成后,开启SSH,配置IP地址,DNS
  3. H5 设备运动事件 DeviceMotionEvent
  4. cd4017引脚图及功能_芯片CD4017解析
  5. 搭建mqtt服务器apollo
  6. C++学习笔记 之 循环
  7. MongoDb学习(四)--Repository
  8. 关于assert和de-assert的解释
  9. UIScrollerView ,UIPageControl混搭使用,添加定时器,无限循环滚动
  10. 图片文字混排的垂直居中、inline-block块元素和行内元素混排的垂直居中问题