需要在虚拟主机配置文件中添加localhost的指向,如
<VirtualHost *:80> DocumentRoot "D:\domain" ServerName localhost </VirtualHost>
另外,请注意,DocumentRoot路径后面不要加\或/
需要在虚拟主机配置文件中添加localhost的指向,如
<VirtualHost *:80> DocumentRoot "D:\domain" ServerName localhost </VirtualHost>
另外,请注意,DocumentRoot路径后面不要加\或/