您好我想在我的移动浏览器上打开wamp服务器文件,但它失败并显示错误Site To Beached。我已在http.conf文件中使用ip地址更改了本地主机地址。
我在vhost.conf文件中也做了以下更改
<VirtualHost *:80>
ServerName localhost
DocumentRoot c:/wamp64/www
<Directory "c:/wamp64/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
WAMP版本:3.0.6。 非常感谢任何帮助