Thread: Noob question
View Single Post
  #6 (permalink)  
Old 07-06-2009, 02:55 PM
Spiral's Avatar
Spiral Spiral is offline
Registered User
 
Join Date: Jun 2005
Location: Area 51
Posts: 1,501
Spiral is on a distinguished road
Exclamation

Quote:
Originally Posted by dbiz View Post
i did fail to mention i think Indexing is turned on due to the fact my page is labeled as Index / on my web browser and i see all my files from my cpanel files manager public_html as links to their locations. steps to take from here?
File names are case sensitive ... Index.html is not the same as index.html

You should be careful when you upload files to name them all lowercase
which is the typical standard in a unix environment carried forward
into the rest of the internet.

Windows machines see no difference between case when naming files
but web servers will see different case as different files.
Reply With Quote