<Location /old >
RewriteRule  ^/old(.*) http://%{HTTP_HOST}//new  [PT]
</Location>

By the way, there are much better ways to do this. Basically what you're saying there is

Alias /old /path/to/new


which would be more efficient

Reply via email to