Solution
Create symlink to the public_html folder :
If you have ROOT access to your server you can symlink to the public_html folder
Go to the user folder, then type:
ln -s public_html www
ln = link
-s = symbolic
public_html = TARGET directory/file
www = link name