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 2004/02/20 19:41:18 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_alias.xml mod_alias.html.en

rbowen      2004/02/20 10:41:18

  Modified:    docs/manual/mod mod_alias.xml mod_alias.html.en
  Log:
  The phrasing was rather confusing regarding the second argument to
  Redirect, which should be a fully-qualified URL, rather than an absolute
  path.
  
  Revision  Changes    Path
  1.16      +2 -2      httpd-2.0/docs/manual/mod/mod_alias.xml
  
  Index: mod_alias.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_alias.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mod_alias.xml	9 Feb 2004 20:16:07 -0000	1.15
  +++ mod_alias.xml	20 Feb 2004 18:41:18 -0000	1.16
  @@ -158,8 +158,8 @@
   
   <note><title>Note</title> <p>Redirect directives take precedence over
   Alias and ScriptAlias directives, irrespective of their ordering in
  -the configuration file. Also, <var>URL-path</var> must be an absolute
  -path, not a relative path, even when used with .htaccess files or
  +the configuration file. Also, <var>URL-path</var> must be a fully
  +qualified URL, not a relative path, even when used with .htaccess files or
   inside of <directive type="section" module="core">Directory</directive>
   sections.</p></note>
   
  
  
  
  1.22      +2 -2      httpd-2.0/docs/manual/mod/mod_alias.html.en
  
  Index: mod_alias.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_alias.html.en,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- mod_alias.html.en	29 May 2003 16:13:10 -0000	1.21
  +++ mod_alias.html.en	20 Feb 2004 18:41:18 -0000	1.22
  @@ -169,8 +169,8 @@
   
   <div class="note"><h3>Note</h3> <p>Redirect directives take precedence over
   Alias and ScriptAlias directives, irrespective of their ordering in
  -the configuration file. Also, <var>URL-path</var> must be an absolute
  -path, not a relative path, even when used with .htaccess files or
  +the configuration file. Also, <var>URL-path</var> must be a fully
  +qualified URL, not a relative path, even when used with .htaccess files or
   inside of <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code>
   sections.</p></div>