Custom server error pages
Last updated: 13/02/2005 17:06:53
Here are some extra apache environment variables you can use in SSI and CGI custom error pages:
REDIRECT_REQUEST_METHOD = GET
REDIRECT_STATUS = 404
REDIRECT_URL = /hello.html
REDIRECT_ERROR_NOTES = File does not exist: /home/mark/website/hello.html
REDIRECT_UNIQUE_ID = PyhNtMCoAAEAAANpAQc
There may be others.
|