Re: Status and ErrorDocument

2004-05-03 Thread Helmut Zeilinger
--On Friday, April 30, 2004 19:43:04 -0700 Josh Chamas <[EMAIL PROTECTED]> wrote: > Helmut Zeilinger wrote: >> Hi all, >> >> when i try to use >> >> $Response->ErrorDocument (404, '/notfound.page') >> >> in combination with >> >> $Response->Status (404) >> >> i do not get my "notfound page"

Re: Status and ErrorDocument

2004-04-30 Thread Josh Chamas
Helmut Zeilinger wrote: Hi all, when i try to use $Response->ErrorDocument (404, '/notfound.page') in combination with $Response->Status (404) i do not get my "notfound page", but a 404 Apache error message combined with an additional 404 message: I don't know why this would not work for you

Status and ErrorDocument

2004-04-30 Thread Helmut Zeilinger
Hi all, when i try to use $Response->ErrorDocument (404, '/notfound.page') in combination with $Response->Status (404) i do not get my "notfound page", but a 404 Apache error message combined with an additional 404 message: .. Not Found The requested URL /test.asperl was not found on this s