summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_dir.html.en
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-10-01 20:57:36 +0000
committerStefan Fritsch <sf@apache.org>2011-10-01 20:57:36 +0000
commita83284e10365f9baf39331e545dde65ecdc99ef1 (patch)
tree62b5783c3c8bdd535762acfcac4676621f71bc25 /docs/manual/mod/mod_dir.html.en
parentf184e2562789b5c46d3752f0770472083fadfe8c (diff)
downloadhttpd-a83284e10365f9baf39331e545dde65ecdc99ef1.tar.gz
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178089 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_dir.html.en')
-rw-r--r--docs/manual/mod/mod_dir.html.en8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_dir.html.en b/docs/manual/mod/mod_dir.html.en
index 281a02018b..22cf952b54 100644
--- a/docs/manual/mod/mod_dir.html.en
+++ b/docs/manual/mod/mod_dir.html.en
@@ -47,7 +47,7 @@
</ul>
<p>The two functions are separated so that you can completely
remove (or replace) automatic index generation should you want
- to.</p>
+ to.</p>
<p>A "trailing slash" redirect is issued when the server
receives a request for a URL
@@ -108,7 +108,7 @@ a directory</td></tr>
executed if neither <code>index.html</code> or <code>index.txt</code>
existed in a directory.</p>
- <p>A single argument of "disabled" prevents <code class="module"><a href="../mod/mod_dir.html">mod_dir</a></code> from
+ <p>A single argument of "disabled" prevents <code class="module"><a href="../mod/mod_dir.html">mod_dir</a></code> from
searching for an index. An argument of "disabled" will be interpeted
literally if it has any arguments before or after it, even if they are "disabled"
as well.</p>
@@ -120,7 +120,7 @@ a directory</td></tr>
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Configures an external redirect for directory indexes.
</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>DirectoryIndexRedirect on | off | permanent | temp | seeother |
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>DirectoryIndexRedirect on | off | permanent | temp | seeother |
<var>3xx-code</var>
</code></td></tr>
<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>DirectoryIndexRedirect off</code></td></tr>
@@ -139,7 +139,7 @@ a directory</td></tr>
</code></p></div>
<p>A request for <code>http://example.com/docs/</code> would
- return a temporary redirect to <code>http://example.com/docs/index.html</code>
+ return a temporary redirect to <code>http://example.com/docs/index.html</code>
if it exists.</p>