[Bug 59944] Document how the value of REDIRECT_URL is determined
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bz.apache.org/bugzilla/show_bug.cgi?id=59944 Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Rich Bowen <[email protected]> --- Fixed in trunk (r1933549) and 2.4 (r1933550). Added a new "REDIRECT_ variables" section to the Environment Variables documentation (env.xml) that explains: - REDIRECT_ prefixed variables are set on any internal redirect, not just error documents - REDIRECT_URL contains the URL-path of the original request before the redirect - REDIRECT_STATUS contains the HTTP status code (error code for ErrorDocument, 200 for mod_rewrite/FallbackResource redirects) - Includes a concrete example showing the relationship between REQUEST_URI and REDIRECT_URL - Cross-references the Custom Error Responses page for error-specific context -- You are receiving this mail because: You are the assignee for the bug.