Using DNS Wildcards

General discussion. Spammers will be banned.
Post Reply
User avatar
CyberAlien
Coder
Posts: 2159
Joined: 07 Jun 2007, 07:57
Hosted Forums: 0
Contact:

Re: Using DNS Wildcards

Post by CyberAlien »

You have full control over that mini server, so you can setup wildcard subdomains.

Don't bother with apache's config file, you don't need to add those ServerAlias entries, that's what dedicated IP is for.
User avatar
CyberAlien
Coder
Posts: 2159
Joined: 07 Jun 2007, 07:57
Hosted Forums: 0
Contact:

Re: Using DNS Wildcards

Post by CyberAlien »

Yes. You might need to add entry for subdomains. In WHM its in left menu -> dns -> edit dns zone -> select domain -> add following entry:

*.domain.com. 14400 CNAME domain.com

replace "domain.com" with your domain, make sure there is a dot at the end of it in first parameter.
Post Reply