DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24575>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24575

RewriteEngine Off doesn't stop rewriting

           Summary: RewriteEngine Off doesn't stop rewriting
           Product: Apache httpd-2.0
           Version: 2.0.48
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_rewrite
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


<VirtualHost 192.168.1.1:80>
  RewriteEngine Off
  RewriteRule  ^/            http://192.168.1.2/  [R,L]
  Include conf/mail.conf
</VirtualHost>

With this configuration (see RewriteEngine Off) browser is still redirected to
192.168.1.2 - rewrite engine is On.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to