diff options
author | Igor Galić <igalic@apache.org> | 2010-11-25 22:37:22 +0000 |
---|---|---|
committer | Igor Galić <igalic@apache.org> | 2010-11-25 22:37:22 +0000 |
commit | 273b0fd7361bec2342d3d9ffbe6dbf1ae40c2e5c (patch) | |
tree | dc953616212e353bb2d2d97607ac174573d295f0 /docs/manual/mod/mod_dir.xml | |
parent | 3264064750a6300e61b8c041eace4fb98531f386 (diff) | |
download | httpd-273b0fd7361bec2342d3d9ffbe6dbf1ae40c2e5c.tar.gz |
Clarifying sub-URI behaviour of FallbackResource
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039209 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_dir.xml')
-rw-r--r-- | docs/manual/mod/mod_dir.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index bae5f24490..3f5a2fa8c7 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -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> + <Directory /web/example.com/htdocs/blog><br /> + <indent> + FallbackResource /blog/index.php<br /> + </indent> + </Directory> + </code> + </example> </usage> </directivesynopsis> |