Is there some easy way to rewrite just the base URL to another URL but leave all other URL's unmolested?
i.e.
http://www.example.com = rewrite to another URL
http://www.example.com/files = deliver from the assigned subdirectory
obviously this... Redirect / http://www.other_url.com redirects everything
and I don't want /files to be redirected
Craig