Re: [EMAIL PROTECTED] mod_rewrite and environment variables

2007-04-22 Thread Nikolai Lusan
Hey, For anyone interested I have solved this one. Instead of using SetEnv I am doing a catch all match after enabling the rewrite engine in each vhost: RewriteEngine On RewriteRule ^(.*)$ $1 [E=SISTER_SITE:foo.a.com] Then in the conf file for the rewrites i do the matches as: Rewri

[EMAIL PROTECTED] mod_rewrite and environment variables

2007-04-22 Thread Nikolai Lusan
Greetings all, I have an issue, I maintain several sites that use the same code base and are required to be in separate VirtualHosts. These sites all have "sister" sites (separate code base different functionality) that also operate out of separate VirtuaHosts. I am trying to redirect things from