Actions
Feature #1220
closedSupport external 404 error page (server.error-handler-404)
ASK QUESTIONS IN Forums:
Description
lighttpd does not redirect foreign 404 error page.
This patch is enable to redirect 404 error page to foreign web page.
for example:
server.error-handler-404 = "http://domain.com/errs/404.html"
Files
Updated by stbuehler about 16 years ago
- Status changed from New to Fixed
- Resolution set to wontfix
I don't like the patch; and it isn't necessary anyway.
url.redirect = ( "^/notexisting" => "http://domain.com/errs/404.html", ) server.error-handler-404 = "/notexisting"
Actions
Also available in: Atom