From 464cc03051d64e0d1f9b72c06c6c72b742830303 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Igor=20Gali=C4=87?= Date: Fri, 3 Dec 2010 15:07:46 +0000 Subject: [PATCH] mention FallbackResource in URL mapping git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041851 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/urlmapping.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml index 01a3179810..b061ef5f1d 100644 --- a/docs/manual/urlmapping.xml +++ b/docs/manual/urlmapping.xml @@ -319,6 +319,12 @@ is available to rewrite links in HTML and XHTML.

is followed by a URL redirection and a new request from the client.

+

mod_dir provides FallbackResource, which can be used to map virtual + URIs to a real resource, which then serves them. This is a very + useful replace to mod_rewrite when implementing + a 'front controler'

+

If all attempts to locate the content fail, httpd returns an error page with HTTP status code 404 (file not found). The appearance of this page is controlled with the -- 2.40.0