That would be due to the public_html lacking an index file (ie index.html, index.php or index.htm), when the folder lacks those by default it will give a 403 forbidden.
You can, by use of .htaccess, set it to show the folder contents as a list of files instead, but this poses a security issue...