【发布时间】:2019-02-09 05:36:21
【问题描述】:
我知道有类似的问题,但没有一个能解决我的问题。
我已经使用了虚拟主机,它之前一直在运行,直到今天早上我尝试访问此链接时出现此错误http://www.notification.test/
我遇到了这种错误。
未找到 在此服务器上找不到请求的 URL /。 Apache/2.4.27 (Win64) 服务器位于 www.notification.test 端口 80
我的主机中有这个127.0.0.1 www.notification.test
这是我在C:\wamp64\bin\apache\apache2.4.27\conf\extra中的设置
<VirtualHost *:80>
DocumentRoot C:/wamp64/www/notification/public
ServerName www.notification.test
<Directory C:/wamp64/www/notification/public>
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
我只是按照另一篇帖子的建议添加目录,但没有用。
我的 Wamp 版本是 3.1.0,在 64 位 windows7 操作系统上运行,而 Apache 是 2.4.47。
需要一些帮助,谢谢。
【问题讨论】:
标签: apache wampserver