PDA

View Full Version : My HTML doesn't load in IE


Flash Gordon
07-04-2005, 07:34 PM
Ok a weird problem.
When ever you enter www.mydomain.com, my page doesn't load propery. I just see the text and NO images. However, when you enter www.mydomain.com/ the page loads great.

This problem doesn't happen in FF as it automatically puts a "/" in when you type the domain name.

How the heck do I fix this problem. The first page that should display is www.mydomain.com/index.htm

Thanks.
FG

Boskic.com
07-04-2005, 08:57 PM
Try reading this, it may help
http://www.aota.net/forums/archive/index.php/t-2600.html

Flash Gordon
07-05-2005, 02:01 AM
Thanks for the link Boskic.com, but that didn't fix the problem. To fix it, I just re-made the site using php. My index.php has:
header("Location index2.php");

which didn't fix the problem but worked around it.
THanks again for the help.