]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Punctuation and improved phrasing.
authorRich Bowen <rbowen@apache.org>
Tue, 15 Mar 2011 13:21:55 +0000 (13:21 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 15 Mar 2011 13:21:55 +0000 (13:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1081769 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dir.xml

index 8c7fc0f395e254cd31a9bcac74152720875cb646..2e150fa0eb93c3e05748bab026854c78efda1097 100644 (file)
@@ -108,7 +108,7 @@ a directory</description>
 <compatibility>Available in version 2.0.51 and later</compatibility>
 
 <usage>
-    <p>The <directive>DirectorySlash</directive> directive determines, whether
+    <p>The <directive>DirectorySlash</directive> directive determines whether
     <module>mod_dir</module> should fixup URLs pointing to a directory or
     not.</p>
 
@@ -125,8 +125,10 @@ a directory</description>
     <li>Relative URL references inside html pages will work correctly.</li>
     </ul>
 
-    <p>Well, if you don't want this effect <em>and</em> the reasons above don't
-    apply to you, you can turn off the redirect with:</p>
+    <p>If you don't want this effect <em>and</em> the reasons above don't
+    apply to you, you can turn off the redirect as shown below. However,
+    be aware that there are possible security implications to doing
+    this.</p>
 
     <example>
         # see security warning below!<br />