Skip to content

Instantly share code, notes, and snippets.

@mikehins
Created October 19, 2013 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikehins/7056754 to your computer and use it in GitHub Desktop.
Save mikehins/7056754 to your computer and use it in GitHub Desktop.
VHOST
windows/system32/drivers/etc/hosts
127.0.0.1 www.mysite.dev
wamp\bin\apache\apache2.4.2\conf\httpd.conf
Listen 80
Listen 8080
wamp\bin\apache\apache2.4.2\conf\extra\httpd-vhosts.conf\httpd-vhosts.conf
<VirtualHost *:80>
DocumentRoot E:/Wamp/www/mysite
ServerName www.mysite.dev
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment