[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SV: [cobalt-developers] Redirecting whatever.mydomain.com to a separate directory.
- Subject: SV: [cobalt-developers] Redirecting whatever.mydomain.com to a separate directory.
- From: Anders Flyndersøe <webmaster@xxxxxxxxxxxx>
- Date: Sun May 13 16:52:00 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
> 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