// COMBELL: FIRST NAVIGATE TO ROOT FOLDER
// THEN, RENAME THE WWW FOLDER TO "WEBSITE"
// NOW CREATE THE SYMLINK:
// Combell: /data/sites/web/charbon-filmbe is the root folder
ln -s /data/sites/web/charbon-filmbe/website/web /data/sites/web/charbon-filmbe/www
// TEST THE SYMLINKLINK:
ls -alih
// THE SYMLINK WILL APPEAR AS A FILE IN DE COMMANDLINE
// CD TO ROOT, THEN
ls
// YOU WILL SEE "www". This is the symlink, not a folder
// IF YOUR SYMLINK WAS WRONG:
rm www
// This removes the symlink and you can make a new one