What have i to put into the virtual host

<Perl>
$RewriteEngine="on";
unless ($?) {
        $RewriteRule = '^/(img/.*) http://barra.es/$1';
        push @RewriteRule , ('^/(pdf/.*) http://barra.es/$1');
        push @RewriteRule , ('^/(docs/.*) http://barra.es/$1');
}
push @RewriteRule , ('^/(dat/.*) /serveis/$1');
</Perl>
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]


Reply via email to