Skip to content

Instantly share code, notes, and snippets.

@roes888
Last active April 13, 2016 04:51
Show Gist options
  • Select an option

  • Save roes888/bb98059baf5aa164ea807e54df36b420 to your computer and use it in GitHub Desktop.

Select an option

Save roes888/bb98059baf5aa164ea807e54df36b420 to your computer and use it in GitHub Desktop.
Base XAMPP vhost
<Directory "C:/xampp/htdocs">
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs"
ServerName localhost
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment