[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] internal handling of 404 error
- Subject: [cobalt-users] internal handling of 404 error
- From: "Jim Carey" <ozbcoz@xxxxxxxxxxxxxxxx>
- Date: Sat Dec 9 19:53:04 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
I have set up a .htaccess to redirect 404 errors to a script
ErrorDocument 404 http://www.ausdns.com/404error.php3
I would like it to be able to work in the following form:
ErrorDocument 404 /404error.php3
or
ErrorDocument 404 404error.php3
It will go to my script in the first form but not in the last two.
The reason is that if I can use the second or third form I can get the name
of the script that caused the error - can't using the external redirect.
any clues ?
Jim Carey
www.OZbcoz.com