]> granicus.if.org Git - apache/commitdiff
Clarifying sub-URI behaviour of FallbackResource
authorIgor Galić <igalic@apache.org>
Thu, 25 Nov 2010 22:37:22 +0000 (22:37 +0000)
committerIgor Galić <igalic@apache.org>
Thu, 25 Nov 2010 22:37:22 +0000 (22:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039209 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dir.xml

index bae5f24490f32eb767bf04d0269547b6ef7e18e5..3f5a2fa8c73f7209138c887d968352ce579b7236 100644 (file)
@@ -187,6 +187,17 @@ a directory</description>
     </example>
     <p>Existing files, such as images, css files, and so on, will be
     served normally.</p>
+    <p>In a sub-URI, such as <em>http://example.com/blog/</em> this
+    <em>sub-URI</em> has to be supplied as <var>local-url</var>:</p>
+    <example>
+         <code>
+             &lt;Directory /web/example.com/htdocs/blog&gt;<br />
+            <indent>
+                    FallbackResource /blog/index.php<br />
+             </indent>
+             &lt;/Directory&gt;
+         </code>
+    </example>
 </usage>
 </directivesynopsis>