Ah, yes. You are correct about the $REDIRECT_URL thing. I was looking
at some old code I had to deal with this and mis-read it. :)
I use ErrorDoument just as you describe.
I just tried this, and on my system $HTTP_SERVER_VARS["REQUEST_URI"]
contains the URI that generated the error.
If your 404 page just dumps phpinfo() you can see the list of variables
available to your script.
- Tim
On 05 Aug 2001 21:16:29 +0100, Tom Carter wrote:
> Thanks for the advice Tim, however it didn't work. Neither of the statements
> in your mail were set ... I trued $REDIRECT_STATUS and that was set to 401
> (even tho that doc wasn't capturing that error) and $REDIRECT_URL was set to
> the path of the file handling the errors.
>
> Is there some other apache config I need to make?
> The .htaccess line I have doing the redirect is
> ErrorDocument 404 path/to/file
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]