Skip to content

Instantly share code, notes, and snippets.

@demogar
Created February 17, 2010 00:22
Show Gist options
  • Save demogar/306127 to your computer and use it in GitHub Desktop.
Save demogar/306127 to your computer and use it in GitHub Desktop.
<VirtualHost www.pixmatstudios.com>
DocumentRoot /home/pixmatstudios.com/htdocs
ServerName www.pixmatstudios.com
<Directory "/home/pixmatstudios.com/htdocs">
allow from all
Options +Indexes
</Directory>
ServerAlias pixmatstudios.com www.pixmatstudios.com
</VirtualHost>
<VirtualHost www.demogar.com>
DocumentRoot /home/demogar/htdocs
<Directory "/home/demogar/htdocs">
allow from all
Options +Indexes
</Directory>
ServerName www.demogar.com
ServerAlias www.demogar.com demogar.com
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment