Virtual Host with WAMP
问题 I'm using Wamp 2.2, edited conf/extra/httpd-vhosts.conf edited this file to add VirtualHosts , but when I un-commented line in httpd.conf to include httpd-vhosts.conf file, after restarting Wamp doesn't starts. If I revert changes is works fine. Any ideas why is this happening? This is code I'm using in httpd-vhost.conf : <VirtualHost *> ServerAdmin admin@localhost.com DocumentRoot "C:/wamp/www" # change this line with your htdocs folder ServerName localhost ServerAlias localhost <Directory