
firefox loads main website twice to locat images, example(http://dorringtonrealty.com/www.dorringtonrealty.com/images/tree.jpg) should only load http://www.dorringtonrealty.com/images/tree.jpg, then images will display, please fix issue.
This affects all user's trying to load websites. dorringtonrealty.com has all the proper codes.
This affects all user's trying to load websites. dorringtonrealty.com has all the proper codes.
All Replies (1)
Looks like it is caused by the base tag in the head section that doesn't specify a protocol and that Firefox 4 interprets as a relative URL
<base HREF="www.dorringtonrealty.com/">
Use:
<base HREF="http://www.dorringtonrealty.com/">