Feature #1220

Support external 404 error page (server.error-handler-404)

Added by joungkyun 580 days ago. Updated 89 days ago.

Status:Wontfix Start:
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:core
Target version:1.4.20
Pending:

No

Resolution:

wontfix

Patch available:


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"

lighttpd-1.4.15-foreign-404-page.patch - redirect 404 error page to foreign web page (5.6 KB) joungkyun, 06/07/2007 08:40 AM

lighttpd-foreign-404.patch - fixed wrong http status on HTTP/1.0 (3.6 KB) joungkyun, 06/14/2007 05:24 AM

History

09/23/2008 06:29 PM - stbuehler

  • 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" 

10/10/2008 07:05 PM - stbuehler

  • Status changed from Fixed to Wontfix

Also available in: Atom PDF