summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-10-15 03:29:28 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-10-15 03:29:28 +0000
commit0f2f4e14922892a0b6cf23de4c95f4e8fa0ecc57 (patch)
treef869bcdd05111b67725bd864a3c2c7da82594a53 /docs
parent7fe519e29b2c6376c2c62826f21ee174907ca251 (diff)
downloadhttpd-0f2f4e14922892a0b6cf23de4c95f4e8fa0ecc57.tar.gz
Notes to close PR 10190
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97219 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/httpd-win.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf
index 25bfa5fc83..92efc5ff81 100644
--- a/docs/conf/httpd-win.conf
+++ b/docs/conf/httpd-win.conf
@@ -290,7 +290,8 @@ DocumentRoot "@@ServerRoot@@/htdocs"
#
# UserDir: The name of the directory that is appended onto a user's home
# directory if a ~user request is received. Be especially careful to use
-# proper, forward slashes here.
+# proper, forward slashes here. On Windows NT, "Personal/My Website"
+# is a more appropriate choice.
#
UserDir "My Documents/My Website"