Wamp Virtual Host Set Up
sorry for having a similar question to what has been posted all ready but the others aren't helping me. I'm trying to set up a virtual host on my windows 8 computer but I can't seem to get it to work no matter what tutorial or help section i follow, this is my setup so far. httpd-vhosts.conf # Virtual Hosts # # Required modules: mod_log_config Listen 80 <VirtualHost *:80> ServerAdmin admin@localhost.com DocumentRoot "C:\Program Files (x86)\2. Apps\Wamp\www" ServerName localhost <Directory "C:/wamp/www"> Options Indexes FollowSymLinks Order allow,deny Allow from all </Directory> </VirtualHost>