summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_dir.html.en
diff options
context:
space:
mode:
authorIgor Galić <igalic@apache.org>2010-11-25 23:41:00 +0100
committerIgor Galić <igalic@apache.org>2010-11-25 23:41:00 +0100
commit9617c0545f6eaba603d0369f7aa0cc0387413d3a (patch)
tree763cd99e5dd4a3bb6e7481cf724a262f28d23bf0 /docs/manual/mod/mod_dir.html.en
parentClarifying sub-URI behaviour of FallbackResource (diff)
downloadapache2-9617c0545f6eaba603d0369f7aa0cc0387413d3a.tar.xz
apache2-9617c0545f6eaba603d0369f7aa0cc0387413d3a.zip
./build.sh all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039211 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_dir.html.en')
-rw-r--r--docs/manual/mod/mod_dir.html.en11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_dir.html.en b/docs/manual/mod/mod_dir.html.en
index 28e5ebf60c..1ecf29371b 100644
--- a/docs/manual/mod/mod_dir.html.en
+++ b/docs/manual/mod/mod_dir.html.en
@@ -200,6 +200,17 @@ a directory</td></tr>
</code></p></div>
<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>
+ <div class="example"><p><code>
+ <code>
+ &lt;Directory /web/example.com/htdocs/blog&gt;<br />
+ <span class="indent">
+ FallbackResource /blog/index.php<br />
+ </span>
+ &lt;/Directory&gt;
+ </code>
+ </code></p></div>
</div>
</div>