On 3/17/10 10:34 AM, Malcolm Greene wrote:
> Any DNS experts out there?
>
> Is it possible to point wildcard subdomains to a top level domain
> via DNS settings alone?

Yes, at least in bind. Try 'ping kadhdash.paulmcnett.com'. This is accomplished 
with:

*.paulmcnett.com.  IN A 208.70.74.99

Note that I'm unconfortable leaving this in place (I like to explicitly handle 
things) so I'll probably revert it in a day or two.

> I would like to have *.mydomain.com redirected to mydomain.com.
> mydomain.com is hosted on a 3rd service. I do not have access to
> any of my site's apache configuration files.

I think you'd still have to modify your apache config to add a wildcard alias. 
Note 
how browsing to http://skdah.paulmcnett.com loads my default "It works" page 
instead 
of routing to my main website. In order to do that I'd need to add a 
ServerAlias 
directive in my apache config file.

Paul


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to