On 9/26/05, Eugene <[EMAIL PROTECTED]> wrote:
> I think there's a way to do either.
>
> To redirect while sending the 404 status code to the client:
>
>         ErrorDocument 404 /path/to/script.php
>
> To redirect while NOT sending the 404 status code to the client:
>
>         ErrorDocument 404 http://www.yourserver.com/path/to/script.php

I don't think that is what the OP is looking for.  The second example
will, indeed, not send a 404.  But it will send a 302 and cause the
browser to re-request at the new location.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to