Webmaster wrote:
> ...What I am finding is that when the .htaccess file
> forwards the user to the custom script (in this case, 500.cgi), I
> can't collect the name of the page (or the query string) of the page
> that caused the 500 error.

It should be available in the REDIRECT_URL environment variable. See:

<http://httpd.apache.org/docs/custom-error.html>

Note that your ErrorDocument must not start with http:

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

Reply via email to