From 0b4285663ed19e803804e606467a168cf506698c Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 15 Jul 2011 21:49:27 +0000 Subject: [PATCH] s/myserver/example.com/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147329 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_dir.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index 346e2977e73..442b1dd9d64 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -80,8 +80,8 @@ a directory DirectoryIndex index.html -

then a request for http://myserver/docs/ would - return http://myserver/docs/index.html if it +

then a request for http://example.com/docs/ would + return http://example.com/docs/index.html if it exists, or would list the directory if it did not.

Note that the documents do not need to be relative to the -- 2.47.2