Skip to content

Instantly share code, notes, and snippets.

@bytefade
Created February 15, 2019 16:14
Show Gist options
  • Save bytefade/e13aa481cb366726b3db02480756f01c to your computer and use it in GitHub Desktop.
Save bytefade/e13aa481cb366726b3db02480756f01c to your computer and use it in GitHub Desktop.
Move public folder
rm -rf public_html/ #delete
ln -s /home/my-user-wherever/site/public/ public_html #symlink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment