Im really surprised your RewriteCond worked at all in any Apache version as it doesn't make sense to me. The $1 at the end has a meaning of variable which in your case has a value of ... what? Maybe if you tell us whar r you trying to do someone can help you. On Aug 17, 2012 8:01 PM, "Lazy" <[email protected]> wrote:
> Hi All, > > a simple mod_rewrite rules > > RewriteEngine On > > RewriteCond /home/docroot/test/$1 -f > RewriteRule ^(.+).test$ /test/$1 [L] > > http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#rewritecond > > in apache 2.2.x this works in vhost and .htaccess context, in apache > 2.4.2 in vhost context $1 in RewriteCond is always empty > > Is this a bug or I'm missing something ? > > Regards, > > Michal Grzedzicki > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
