You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1997/11/01 04:58:33 UTC

cvs commit: apachen/htdocs/manual/mod mod_rewrite.html

marc        97/10/31 19:58:33

  Modified:    htdocs/manual/mod mod_rewrite.html
  Log:
  Document that "RewriteEngine on" is _not_ inherited by vhosts,
  unlike many other directives.
  
  PR: 570
  
  Revision  Changes    Path
  1.18      +7 -1      apachen/htdocs/manual/mod/mod_rewrite.html
  
  Index: mod_rewrite.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/mod/mod_rewrite.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- mod_rewrite.html	1997/09/11 13:27:52	1.17
  +++ mod_rewrite.html	1997/11/01 03:58:32	1.18
  @@ -101,6 +101,12 @@
   all <tt>RewriteRule</tt> directives!
   
   <p>
  +Note that, by default, rewrite configurations are not inherited.
  +This means that you need to have a <tt>RewriteEngine on</tt>
  +directive for each virtual host you wish to use it in, unless <A
  +HREF="#RewriteOptions">RewriteOptions inherit</A> is enabled.
  +
  +<p>
   <hr noshade size=1>
   <p>
   
  @@ -110,7 +116,7 @@
   <strong>Context:</strong> server config, virtual host, per-directory config<br>
   <p>
   
  -The <tt>RewriteOption</tt> directive sets some special options for the
  +The <tt>RewriteOptions</tt> directive sets some special options for the
   current per-server or per-directory configuration. The <em>Option</em>
   strings can be one of the following: