Hi guys n gals. I'm trying to setup the follwing scenario:
www.site.com, foo.site.com, and bar.site.com all point to the same host. That's fine.
What I want is, under Apache, to redirect host.site.com to
www.site.com/host.
ie:
foo.site.com will redirect to
www.site.com/foo
and
bar.site.com will redirect to
www.site.com/bar
I'm looking at using mod_alias, but I'm uncertain it will provide the functionality that I want.
Suggestions from site admins?