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.
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!