I was looking at this website today http://www.fashionistastheshow.com/ and I noticed that when you click on a link you get fed a page like this http://www.fashionistastheshow.com/merchandise If you add a backslash to the end (ie. http://www.fashionistastheshow.com/merchandise/ ) you get the webpage without the images, text only. Why is this happening?
Here is their problem I believe: the images/files in their source code link to "images/header/headerLeft.jpg", which is supposed to be a shortcut for saying "http://www.fashionistastheshow.com/images/header/headerLeft.jpg". However, because the page is in the merchandise folder, if adds that after the .com part. The problem is, the image is not in the root/background/images folder, it's supposed to be in the root/images folder. The problem can be solved by adding a base href in the heading section.