You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2010/12/03 16:07:47 UTC

svn commit: r1041851 - /httpd/httpd/trunk/docs/manual/urlmapping.xml

Author: igalic
Date: Fri Dec  3 15:07:46 2010
New Revision: 1041851

URL: http://svn.apache.org/viewvc?rev=1041851&view=rev
Log:
mention FallbackResource in URL mapping

Modified:
    httpd/httpd/trunk/docs/manual/urlmapping.xml

Modified: httpd/httpd/trunk/docs/manual/urlmapping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/urlmapping.xml?rev=1041851&r1=1041850&r2=1041851&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/urlmapping.xml (original)
+++ httpd/httpd/trunk/docs/manual/urlmapping.xml Fri Dec  3 15:07:46 2010
@@ -319,6 +319,12 @@ is available to rewrite links in HTML an
     is followed by a URL redirection and a new request from the
     client.</p>
 
+    <p><module>mod_dir</module> provides <directive module="mod_dir"
+    >FallbackResource</directive>, which can be used to map virtual
+    URIs to a real resource, which then serves them. This is a very
+    useful replace to <module>mod_rewrite</module> when implementing
+    a 'front controler'</p>
+
     <p>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