Created
January 31, 2016 09:36
-
-
Save mrofi/17656bb7bd778e9be069 to your computer and use it in GitHub Desktop.
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
<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