The following reply was made to PR mod_alias/486; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Aleksandar Susnjar <[EMAIL PROTECTED]> Subject: Re: mod_alias/486: REDIRECT_* variables not available! Date: Fri, 25 Apr 1997 23:22:36 -0600 (MDT) On Fri, 25 Apr 1997, Aleksandar Susnjar wrote: > >Description: > REDIRECT_* variables are not available in CGI script that is invoked > when error 404 occurs: > > ErrorDocument 404 http://www.bktv.com/cgi-bin/error If the script is on the same server, try /cgi-bin/error instead; ie. no hostname. If it is not, then they will not be there. This is documented at http://www.apache.org/docs/custom-error.html
