Skip to content

Instantly share code, notes, and snippets.

@mrofi
Created January 31, 2016 09:36
Show Gist options
  • Save mrofi/17656bb7bd778e9be069 to your computer and use it in GitHub Desktop.
Save mrofi/17656bb7bd778e9be069 to your computer and use it in GitHub Desktop.
<VirtualHost *>
DocumentRoot "C:\xampp\htdocs\yoursite.dev"
ServerName yoursite.dev
<Directory "C:\xampp\htdocs\yoursite.dev">
Require all granted
AllowOverride All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment