You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by df...@apache.org on 2017/06/21 16:13:34 UTC

svn commit: r1799478 - in /httpd/httpd/trunk/docs/manual/mod: mod_alias.html.en mod_alias.xml

Author: dferradal
Date: Wed Jun 21 16:13:34 2017
New Revision: 1799478

URL: http://svn.apache.org/viewvc?rev=1799478&view=rev
Log:
Fixed a small typo (double if) in r1799475

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_alias.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_alias.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_alias.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_alias.html.en?rev=1799478&r1=1799477&r2=1799478&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_alias.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_alias.html.en Wed Jun 21 16:13:34 2017
@@ -311,7 +311,7 @@ a different URL</td></tr>
     <p>The new <em>URL</em> may be either an absolute URL beginning
     with a scheme and hostname, or a URL-path beginning with a slash.
     In this latter case the scheme and hostname of the current server
-    will be added if if you have 
+    will be added if you have 
     <code class="directive"><a href="../mod/core.html#usecanonicalname">UseCanonicalName</a></code> set to on, 
     otherwise the hostname will be replaced with the requested Host 
     header.</p>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_alias.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_alias.xml?rev=1799478&r1=1799477&r2=1799478&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_alias.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_alias.xml Wed Jun 21 16:13:34 2017
@@ -308,7 +308,7 @@ a different URL</description>
     <p>The new <em>URL</em> may be either an absolute URL beginning
     with a scheme and hostname, or a URL-path beginning with a slash.
     In this latter case the scheme and hostname of the current server
-    will be added if if you have 
+    will be added if you have 
     <directive module="core">UseCanonicalName</directive> set to on, 
     otherwise the hostname will be replaced with the requested Host 
     header.</p>