You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2013/05/11 17:52:31 UTC

svn commit: r1481360 - /httpd/httpd/trunk/docs/manual/urlmapping.xml

Author: rbowen
Date: Sat May 11 15:52:31 2013
New Revision: 1481360

URL: http://svn.apache.org/r1481360
Log:
Use a more definitive tense.

Modified:
    httpd/httpd/trunk/docs/manual/urlmapping.xml

Modified: httpd/httpd/trunk/docs/manual/urlmapping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/urlmapping.xml?rev=1481360&r1=1481359&r2=1481360&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/urlmapping.xml (original)
+++ httpd/httpd/trunk/docs/manual/urlmapping.xml Sat May 11 15:52:31 2013
@@ -97,12 +97,12 @@
     <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