错误404,打不开本地文件了1个回答 老师回答
应该在httpd-vhosts当中直接加入关于localhost的配置,代码如下:
<VirtualHost *:80>DocumentRoot "根目录"ServerName localhost</VirtualHost>