From: Igor Galić
Date: Fri, 3 Dec 2010 15:07:46 +0000 (+0000)
Subject: mention FallbackResource in URL mapping
X-Git-Tag: 2.3.10~106
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=464cc03051d64e0d1f9b72c06c6c72b742830303;p=thirdparty%2Fapache%2Fhttpd.git
mention FallbackResource in URL mapping
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041851 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml
index 01a31798106..b061ef5f1d6 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