From: Rich Bowen Date: Tue, 15 Mar 2011 13:21:55 +0000 (+0000) Subject: Punctuation and improved phrasing. X-Git-Tag: 2.2.18~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9685c5da1519e8a3996ba2abb48ab1d701bf35bc;p=thirdparty%2Fapache%2Fhttpd.git Punctuation and improved phrasing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1081769 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index 8c7fc0f395e..2e150fa0eb9 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -108,7 +108,7 @@ a directory Available in version 2.0.51 and later -

The DirectorySlash directive determines, whether +

The DirectorySlash directive determines whether mod_dir should fixup URLs pointing to a directory or not.

@@ -125,8 +125,10 @@ a directory
  • Relative URL references inside html pages will work correctly.
  • -

    Well, if you don't want this effect and the reasons above don't - apply to you, you can turn off the redirect with:

    +

    If you don't want this effect and 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.

    # see security warning below!