[users@httpd] IfModule *rewrite*

2011-12-07 Thread Helmut Schneider
Hi, 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

Re: [users@httpd] IfModule *rewrite*

2011-12-07 Thread Mark Montague
On December 7, 2011 16:26 , Helmut Schneider jumpe...@gmx.de 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