From 9685c5da1519e8a3996ba2abb48ab1d701bf35bc Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 15 Mar 2011 13:21:55 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_dir.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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!
    -- 2.47.2