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 server.
Additionally, a 404 Not Found error was encountered while trying to use an
ErrorDocument to handle the request. 
..

ErrorDocument together with a string like in the examples works well, but
not with an url.
The same is when i set 

ErrorDocument   404 /notfound.html

in the httpd.conf in combination with $Response->Status(404).
On the other side without ASP when im trying to access a non existing 
"normal" html page this works.


Any ideas?

Helmut

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to