General information regarding HTML and websites
-
Why is my website not working correctly?
All files are case sensitive. Uploading an image called:
Mypicture.gif (with uppercase M)
and referring to it in your HTML code as mypicture.gif will not work. It must match 100%.
Same is required with your website, all files are case sensitive. The main website file index.htm or index.php must be named correctly.
[Back to top]