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 2004/08/11 22:05:12 UTC

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

slive       2004/08/11 13:05:12

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH mod_alias.xml
                        mod_alias.html.en
  Log:
  Backport:
    Refer people to mod_rewrite if they need to manipulate the query
    string.  (This is a FAQ.)
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.9.2.10  +7 -1      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.9.2.9
  retrieving revision 1.9.2.10
  diff -u -d -u -r1.9.2.9 -r1.9.2.10
  --- mod_alias.xml	17 Apr 2004 18:43:37 -0000	1.9.2.9
  +++ mod_alias.xml	11 Aug 2004 20:05:11 -0000	1.9.2.10
  @@ -45,6 +45,12 @@
       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><module>mod_alias</module> is designed to handle simple URL
  +    manipulation tasks.  For more complicated tasks such as
  +    manipulating the query string, use the tools provided by
  +    <module>mod_rewrite</module>.</p>
  +
   </summary>
   
   <seealso><module>mod_rewrite</module></seealso> <seealso><a
  
  
  
  1.14.2.9  +7 -1      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.14.2.8
  retrieving revision 1.14.2.9
  diff -u -d -u -r1.14.2.8 -r1.14.2.9
  --- mod_alias.html.en	23 Mar 2004 20:57:15 -0000	1.14.2.8
  +++ mod_alias.html.en	11 Aug 2004 20:05:12 -0000	1.14.2.9
  @@ -44,6 +44,12 @@
       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><code class="module"><a href="../mod/mod_alias.html">mod_alias</a></code> is designed to handle simple URL
  +    manipulation tasks.  For more complicated tasks such as
  +    manipulating the query string, use the tools provided by
  +    <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>.</p>
  +
   </div>
   <div id="quickview"><h3 class="directives">Directives</h3>
   <ul id="toc">
  @@ -365,4 +371,4 @@
   </div><div id="footer">
   <p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
   <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
  -</body></html>
  \ No newline at end of file
  +</body></html>