From: Igor Galić Date: Thu, 25 Nov 2010 22:37:22 +0000 (+0000) Subject: Clarifying sub-URI behaviour of FallbackResource X-Git-Tag: 2.3.10~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=273b0fd7361bec2342d3d9ffbe6dbf1ae40c2e5c;p=thirdparty%2Fapache%2Fhttpd.git Clarifying sub-URI behaviour of FallbackResource git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039209 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index bae5f24490f..3f5a2fa8c73 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -187,6 +187,17 @@ a directory

Existing files, such as images, css files, and so on, will be served normally.

+

In a sub-URI, such as http://example.com/blog/ this + sub-URI has to be supplied as local-url:

+ + + <Directory /web/example.com/htdocs/blog>
+ + FallbackResource /blog/index.php
+
+ </Directory> +
+