# Virtual Hosts
<VirtualHost *:80>
ServerName 192.168.1.55:80
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
“ ServerName 192.168.1.55:80在文件c:/wamp64/bin/apache/apache2.4.27/conf/extra/httpd-vhosts.conf中有语法错误
在启动项目的URL中添加localhost是一个坏主意。最好在以下位置定义VirtualHost wamp / bin / apache / apache2.4.27 / conf / extra / httpd-vhosts.conf 文件,而不在网址中添加本地主机。”
这是什么问题...由于此错误,无法从PC启动网站