problem with CNAME record
Ken Lyons - Graphix Wizard/Data-Forms
KenL at GraphixWizard.com
Fri Oct 2 08:55:53 EDT 2009
RE: ok thanks, I thought maybe I don't need an http-server for url
forwarding.
DNS is just a phonebook: Name to a number (A record), Name to a Name
(CNAME) and Number to a Name (PTR).
URLs are all part of the HTTP system thus require a server.
Based on request, you could do *.domain.com cname example.com. in
dns..so example.com server would get the requests.
The server would need to be setup with virtual hosting..since the
request would still appear to before *.domain.com.
I would normally setup a index.cgi script to redirect to where you want
the user to go to, or use extra features proveded by the HTTP Server tp
same end.
Ken Lyons
/ e/Solutions / IT Services
*GraphixWizard/Data-Forms*
*/Toll Free/* 800.447.3676
*/Direct/* 407.656.9742
*/Fax/* 407.656.3353
kenl at graphixwizard.com <mailto:KenL at GraphixWizard.com>
hosting.graphixwizard.com <http://hosting.graphixwizard.com/>
Markus Ferlitsch wrote:
> ok thanks, I thought maybe I don't need an http-server for url forwarding.
>
> 2009/10/2, Remco Rijnders <remco at webconquest.com>:
>
>> On Fri, October 2, 2009 12:35, Markus Ferlitsch wrote:
>>
>>
>>> this record works
>>>
>>> *.domain.com. +3600 CNAME google.de.
>>>
>>> this one sucks :-(
>>>
>>> *.domain.com. +3600 CNAME example.com/index.php?from=test.
>>>
>>> Why the second record sucks? How must I enter it correctly?
>>>
>> Hi Markus,
>>
>> maradns is a DNS server. The CNAME you have entered above is not a valid
>> DNS record and neither maradns nor any other DNS server will be able to do
>> what you're trying to do here (return an URL rather than an IP-address or
>> hostname).
>>
>> You can get the desired result by configuring your webserver to respond
>> differently based upon the hostname used (for example, load a different
>> page for abc.example.com than for def.example.com). Read up on the
>> documentation of your webserver on how to do this. HINT: If you run
>> apache, look up the NameVirtualHost directive.
>>
>> I hope this helps.
>>
>> Kind regards,
>>
>> Remco
>>
>>
>>
>
>
>
>
More information about the list
mailing list