Created
October 14, 2014 17:15
-
-
Save clifgriffin/7fdc2fe480c3e20949d6 to your computer and use it in GitHub Desktop.
Wildcard Virtual Host for XAMPP
This file contains 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 *:80> | |
VirtualDocumentRoot /Applications/XAMPP/xamppfiles/htdocs/sites/%-2+ | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment