[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SV: [cobalt-developers] Redirecting whatever.mydomain.com to a separate directory.



> I have a Raq4r.   How can I redirect a domain name such as:
>
> golf.travel.com
>
> to a directory under the travel.com domain name (such as
> travel.com/golf )?
>
> Thanks,
>
> -dr
>

A very simpel method is to create a .htaccess files in your
golf.travel.com's web directory containing:

Redirect / http://travel.com/golf/index.html

---
Regards
Anders