This is a discussion on Making mod_rewrite global within the Apache Web Server forums, part of the Web Server and Related Forums category; How do I make mod_rewrite act globally? Unless I put it within a VirtualHost container it will not work in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Brian V Bonini <b-bonini@cox.net> wrote in message news:<pan.2004.09.24.17.20.21.396933@cox.net>...
> How do I make mod_rewrite act globally? Unless I put it within a > VirtualHost container it will not work in httpd.conf (using apache 2) file a bug? it's supposed to work outside a vhost as per documentation and it doesn't. it did in 1.3.x... joachim |
|
|||
|
"Joachim Ring" <jring@web.de> schreef in bericht
news:3ae246c1.0409251354.54425411@posting.google.c om... > Brian V Bonini <b-bonini@cox.net> wrote in message news:<pan.2004.09.24.17.20.21.396933@cox.net>... > > How do I make mod_rewrite act globally? Unless I put it within a > > VirtualHost container it will not work in httpd.conf (using apache 2) > file a bug? it's supposed to work outside a vhost as per documentation > and it doesn't. it did in 1.3.x... Filled with disbeleave I started testing ( Apache/2.0.49 )... But indeed could not get RewriteEngine ON RewriteLogLevel 3 RewriteLog "logs/rewrite.log" RewriteRule ^/test.cgi$ /php.info to work in a server context _together_ with an active <virtualHost .. >! Putting rewrite directive before or after the virtual host, loading vhost_alias_module, all did not resolve the issue... Brian, sorry for having unintentionally mislead you! Anyone out there having a high 2.0.3x or low 2.0.4x still running and willing to test?? HansH |
|
|||
|
On Sun, 26 Sep 2004 12:38:33 +0200, HansH wrote:
> Brian, sorry for having unintentionally mislead you! > Anyone out there having a high 2.0.3x or low 2.0.4x still running and > willing to test?? It's all good, at least I know I'm not losing my mind... ;-) |