[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Redirect using CNAME
- Subject: Re: [cobalt-users] Redirect using CNAME
- From: Joe Kerns <joe@xxxxxxxxxxxxx>
- Date: Fri Aug 4 23:03:28 2000
- Organization: JoltinJoe.Com
> Guys,
>
> I need to redirect a domain name onto something like http://jobby.netscapeonline.co.uk/~hamish/frameset.htm
>
> But when I try to tell the highly intelligent software it tells me that this is not possible...
>
> Anyone help a sad and desperate iRaqi? (joke - I really Scottish)
>
> Cheers
> George
I don't use CNAMEs so don't have a good DNS answer (don't think you can redirect to a specific page, just a
domain, not 100% sure, tho). However...what you could do is redirect via headers...that I know works great.
Instead of adding a CNAME, when some goes to www.domaintoredirect.com send them headers to redirect to wherever
you wanted. PHP does headers if you are running it.
Joe