problem is that
Document Root for each virtual host is on
/var/www/www.virtualhost1.com
and I'm trying to forward http://www.virtualhost1.com/stats to
/var/reports/www.virtualhost1.com
so rewrite rule
RewriteRule ^/stats(.*) /var/reports/%{SERVER_NAME}$1 [PT]
really looks for
/var/www/www.virtualhost1.com/var/reports/www.virtualhost1.com
not to
/var/reports/www.virtualhost1.com
how to handle this:( ????
bests&thanks,
jaume.