Last active
April 19, 2017 17:59
-
-
Save trey/4403230 to your computer and use it in GitHub Desktop.
No more editing VirtualHosts manually
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
# [your username].conf | |
<VirtualHost *> | |
VirtualDocumentRoot /Users/[your username]/Sites/%-2+ | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a Solutions Log post.