For various reasons, such as cookies, SEO, and to keep things simple, I would like to make apache automatically redirect any requests for http://www.foobar.com/anything to h
It's as easy as:
ServerName www.example.com Redirect permanent / http://example.com/
Adapt host names and IPs as needed :)