Current time: 10-05-2024, 03:30 PM Hello There, Guest! (LoginRegister)


Post Reply 
Wild Card subdomains/vhost entry
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: Wild Card subdomains/vhost entry
use * for every domain-part

ex: domain.tld - zone file
* IN CNAME mainserver.tld.
*.* IN CNAME mainserver.tld.
*.*.* IN CNAME mainserver.tld.

so you can use abc.domain.tld, asd.fgh.domain.tld and qwe.ert.zui.domain.tld to reach the server.

In apache you use ServerAlias.

and: no - this is not integrated in ispcp...
11-27-2007 10:13 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Wild Card subdomains/vhost entry - achioo - 11-27-2007, 10:05 PM
RE: Wild Card subdomains/vhost entry - joximu - 11-27-2007 10:13 PM

Forum Jump:


User(s) browsing this thread: 3 Guest(s)