]> granicus.if.org Git - apache/commitdiff
Use a more definitive tense.
authorRich Bowen <rbowen@apache.org>
Sat, 11 May 2013 15:52:31 +0000 (15:52 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 11 May 2013 15:52:31 +0000 (15:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481360 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/urlmapping.xml

index db37e2c8f6fff3490cad1c03136432d4011132b6..9d148f4b5b8ac261f271ffcc007bbc3167126047 100644 (file)
     <p>Then a request for <code>http://www.example.com/fish/</code> will
     cause httpd to attempt to serve the file
     <code>/var/www/html/fish/index.html</code>. 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
     <code>/var/www/html/fish/index.php</code>.</p>
 
-    <p>If neither of these files existed, the next step would be to
+    <p>If neither of these files existed, the next step is to
     attempt to provide a directory index, if
-    <module>mod_autoindex</module> were loaded and configured to permit
+    <module>mod_autoindex</module> is loaded and configured to permit
     that.</p>
 
     <p>httpd is also capable of <a href="vhosts/">Virtual