From: Marc Slemko Date: Sat, 1 Nov 1997 03:58:32 +0000 (+0000) Subject: Document that "RewriteEngine on" is _not_ inherited by vhosts, X-Git-Tag: APACHE_1_3b3~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38e2480ecfd7c71af378ae7728d0de804768b189;p=thirdparty%2Fapache%2Fhttpd.git Document that "RewriteEngine on" is _not_ inherited by vhosts, unlike many other directives. PR: 570 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79487 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index 50b721ebfc7..366bf7afa40 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -100,6 +100,12 @@ environment variables. Use this directive to disable the module instead of commenting out all RewriteRule directives! +

+Note that, by default, rewrite configurations are not inherited. +This means that you need to have a RewriteEngine on +directive for each virtual host you wish to use it in, unless RewriteOptions inherit is enabled. +


@@ -110,7 +116,7 @@ all RewriteRule directives! Context: server config, virtual host, per-directory config

-The RewriteOption directive sets some special options for the +The RewriteOptions directive sets some special options for the current per-server or per-directory configuration. The Option strings can be one of the following: