Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save firefoxrebo/3070182 to your computer and use it in GitHub Desktop.
Save firefoxrebo/3070182 to your computer and use it in GitHub Desktop.
Apache Virtual Host Snippet
NameVirtualHost www.vhname.com:80
<VirtualHost www.vhname.com:80>
DocumentRoot "C:/xampp/htdocs/vhname"
ServerName www.vhname.com
ServerAlias vhname
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment