You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/03/19 02:28:38 UTC

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

slive       02/03/18 17:28:38

  Modified:    docs/manual/mod mod_alias.xml
  Log:
  Add a reference to mod_alias.
  
  Revision  Changes    Path
  1.3       +3 -4      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.2
  retrieving revision 1.3
  diff -u -d -b -u -r1.2 -r1.3
  --- mod_alias.xml	6 Mar 2002 16:24:47 -0000	1.2
  +++ mod_alias.xml	19 Mar 2002 01:28:38 -0000	1.3
  @@ -27,11 +27,10 @@
       directives are used to instruct clients to make a new request with
       a different URL. They are often used when a resource has moved to
       a new location.</p>
  -
  -    <p>A more powerful and flexible set of directives for
  -    manipulating URLs is contained in the <module>mod_rewrite</module>
  -    module.</p>
   </summary>
  +
  +<seealso><module>mod_rewrite</module></seealso> <seealso><a
  +href="../urlmapping.html">Mapping URLs to the filesystem</a></seealso>
   
   <directivesynopsis>
   <name>Alias</name>