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 2013/03/12 01:44:51 UTC

svn commit: r1455377 - /httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml

Author: rbowen
Date: Tue Mar 12 00:44:50 2013
New Revision: 1455377

URL: http://svn.apache.org/r1455377
Log:
Phrasing tweak

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml?rev=1455377&r1=1455376&r2=1455377&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Tue Mar 12 00:44:50 2013
@@ -108,9 +108,9 @@ URLs on the fly</description>
       all. It does not even update the <code>SCRIPT_URx</code>
       environment variables.</p>
 
-      <p>Use this directive to disable the module instead of
-      commenting out all the <directive
-      module="mod_rewrite">RewriteRule</directive> directives!</p>
+      <p>Use this directive to disable rules in a particular contact,
+      rather than commenting out all the <directive
+      module="mod_rewrite">RewriteRule</directive> directives.</p>
 
       <p>Note that rewrite configurations are not
       inherited by virtual hosts. This means that you need to have a