What is the difference between the public_html folder and www folder?
Categories: Other questions
Actually the “www” is not a folder. It is a symbolic link (shortcut) to the public_html, Thus if you upload file in “www” actually the files are uploaded in your public_html folder.