Skip to content

Instantly share code, notes, and snippets.

@glynrob
Created June 30, 2012 18:05
Show Gist options
  • Select an option

  • Save glynrob/3024885 to your computer and use it in GitHub Desktop.

Select an option

Save glynrob/3024885 to your computer and use it in GitHub Desktop.
Example vhost for WAMP
<VirtualHost *:80>
DocumentRoot "c:/wamp/www/example1.sdev/"
ServerName example1.sdev
<directory "c:/wamp/www/example1.sdev/">
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment