Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vikeri
Created January 23, 2015 22:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vikeri/c37658416a3a82b7f21f to your computer and use it in GitHub Desktop.
Save vikeri/c37658416a3a82b7f21f to your computer and use it in GitHub Desktop.
create symbolic link serving as url (apache in linux)
# Useful way to manage urls in Apache, this creates a symbolic link in the /var/www folder
sudo ln -s /dir/with/files /var/www/yoururl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment