"Home" Link not working.

Discussion in 'PHP' started by SFOD_D223, Jul 26, 2006.

  1. #1
    I know this is most likely basic for you PHP gurus. But could someone tell me how to fix a broken link on a PHP home page. I click "Home" and I get 404 errors. Thanks in advance.

    BTW the link is located at directory at end of my DP sig.
     
    SFOD_D223, Jul 26, 2006 IP
  2. TwistMyArm

    TwistMyArm Peon

    Messages:
    931
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It almost looks as though that's an Apache issue. It looks as though the Apache server has been set up to point the sub-directory /linkitup to the subdomain linkitup.weightlossinfo.us . However, if you add a slash to the end, Apache deals with it correctly.

    I would look at either:
    1) fixing Apache: this is the right thing, but the harder thing.
    2) adding a slash to the end of your Home link: this doesn't really fix the underlying issue, but it will at least have you back up and running.

    Hopefully that helps!
     
    TwistMyArm, Jul 26, 2006 IP