On December 7, 2011 16:26 , "Helmut Schneider" <jumper99@xxxxxx> wrote:
I put the following lines into my apache.conf (outside, before a VHOST definition): <IfModule mod_rewrite.c> RewriteEngine on RewriteLog /var/www/logs/rewrite.log RewriteLogLevel 2 </IfModule> (I also tried mod_rewrite and rewrite_module) Unfortunatly it seems it does not work. But if I define the same lines within a VHOST it *does* work.
From https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriteengine
"rewrite configurations are not inherited by virtual hosts. This means that you need to have a |RewriteEngine on| directive for each virtual host in which you wish to use rewrite rules."
-- Mark Montague mark@xxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx