Skip to content

Instantly share code, notes, and snippets.

@Firesphere
Created July 7, 2013 01:06
Show Gist options
  • Save Firesphere/5941861 to your computer and use it in GitHub Desktop.
Save Firesphere/5941861 to your computer and use it in GitHub Desktop.
simple vhost alias
<VirtualHost *:80>
ServerName vcap.me
ServerAlias *.vcap.me
VirtualDocumentRoot "d:\wamp\www\%1"
ErrorLog "logs\errors.log"
<directory "d:\wamp\www\%1">
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Deny from all
Allow from all
</directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment