Project

General

Profile

Actions

Feature #1220

closed

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

Added by joungkyun almost 17 years ago. Updated over 15 years ago.

Status:
Wontfix
Priority:
Normal
Category:
core
Target version:
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

lighttpd-1.4.15-foreign-404-page.patch (5.56 KB) lighttpd-1.4.15-foreign-404-page.patch redirect 404 error page to foreign web page joungkyun, 2007-06-07 08:40
lighttpd-foreign-404.patch (3.62 KB) lighttpd-foreign-404.patch fixed wrong http status on HTTP/1.0 joungkyun, 2007-06-14 05:24
Actions #1

Updated by stbuehler over 15 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 #2

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Wontfix
Actions

Also available in: Atom