Quote:
Originally Posted by InstaCarma_Tech
Make sure that you have named the file as index.html and NOT anythingelse.html 
|
Indexing is turned on by default on Cpanel servers so if the user named
their file anything other than the typical default filenames then they'll
still see the filename show up on screen but would have to click on the
filename with their mouse before it would open.
(
Since the user has not said anything about seeing their uploaded files in
the web index already, I would assume this is not the problem for the user)
However for reference, any of the following generally work
as default index pages when uploaded under /public_html:
Code:
index.html index.htm index.php3 index.php4
default.html default.htm index.cgi index.php
(Not necessarily parsed in that order nor necessarily all inclusive)