What is going on with this website???

Discussion in 'Websites' started by lv211, Jun 28, 2006.

  1. #1
    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?
     
    lv211, Jun 28, 2006 IP
  2. PFCritics

    PFCritics Peon

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    PFCritics, Jun 28, 2006 IP