Last active
April 13, 2016 04:51
-
-
Save roes888/bb98059baf5aa164ea807e54df36b420 to your computer and use it in GitHub Desktop.
Base XAMPP vhost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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