From e2c33ac35b2e7d6b2af5e3904f4d9c1f9c9fbe97 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sat, 11 May 2013 15:52:31 +0000 Subject: [PATCH] Use a more definitive tense. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481360 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/urlmapping.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml index db37e2c8f6..9d148f4b5b 100644 --- a/docs/manual/urlmapping.xml +++ b/docs/manual/urlmapping.xml @@ -97,12 +97,12 @@

Then a request for http://www.example.com/fish/ will cause httpd to attempt to serve the file /var/www/html/fish/index.html. In the event that - that file didn't exist, it will next attempt to serve file file + that file does not exist, it will next attempt to serve the file /var/www/html/fish/index.php.

-

If neither of these files existed, the next step would be to +

If neither of these files existed, the next step is to attempt to provide a directory index, if - mod_autoindex were loaded and configured to permit + mod_autoindex is loaded and configured to permit that.

httpd is also capable of Virtual -- 2.40.0