Feature #1220
Support external 404 error page (server.error-handler-404)
| 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"
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"