Create local folder symlink to Apache
Let's say you have a folder somewhere on your local machine and you want Apache to serve your website from this folder. First, remove the html directory with: sudo rm -rf /var/www/html Next, create the symlink: sudo ln -s /home/USERNAME/FOLDER_