Created
November 26, 2013 19:46
-
-
Save ps/7664902 to your computer and use it in GitHub Desktop.
Changing where localhost points to in Ubuntu 12.10
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
-Navigate to /etc/apache2/sites-enabled | |
-sudo vim into the default file (000-default) | |
-Change DocumentRoot and second <Directory> path to the path where you want localhost to point to | |
-sudo service apache2 restart | |
-DONE! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment