Quote:
Originally Posted by dbiz
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.