Skip to content

Instantly share code, notes, and snippets.

@Vp3n
Created January 22, 2012 19:17
Show Gist options
  • Save Vp3n/1658355 to your computer and use it in GitHub Desktop.
Save Vp3n/1658355 to your computer and use it in GitHub Desktop.
xampp vhost sample
<VirtualHost *:80>
ServerName localhost
DocumentRoot "C:\xampp\htdocs"
DirectoryIndex index.php
<Directory "C:\xampp\htdocs">
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment