When I try to use a link such as;
<a href="default.php">Home Page</a>
it doesn't provice the page. Instead it gives me the following error;
Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster
Error 404
http://www.operations.followuptools.com
Mon 25 Aug 2003 10:41:53 AM MST
Apache/2.0.40 (Red Hat Linux)
Could you please tell me if I have to turn something on in Apache 2.0.47 or in php?
Thank you in advance for your assistance.
Randy Covert
a href broken - need help
Moderator: General Moderators
-
randallcovert
- Forum Newbie
- Posts: 2
- Joined: Mon Aug 25, 2003 12:51 pm
- Location: Scottsdale Arizona
-
randallcovert
- Forum Newbie
- Posts: 2
- Joined: Mon Aug 25, 2003 12:51 pm
- Location: Scottsdale Arizona
- mcsleazycrisps
- Forum Newbie
- Posts: 6
- Joined: Mon Aug 25, 2003 7:12 am
- Location: UK
NEVER dobungle wrote:why dont you try adding a "/" then to make sure:
<a href="/default.php">Home Page</a>
unix starts it's path with / so doing that can screw with the path internal to the server. it's not good to do. if you want it to be in THIS folder you should use ./ if you want it one folder up relative to this one ../