Thread: Noob question
View Single Post
  #4 (permalink)  
Old 07-06-2009, 07:19 AM
Spiral's Avatar
Spiral Spiral is online now
Registered User
 
Join Date: Jun 2005
Location: Area 51
Posts: 1,501
Spiral is on a distinguished road
Exclamation

Quote:
Originally Posted by InstaCarma_Tech View Post
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)
Reply With Quote