how to setup a wildcard map via the dns editor for a domain

DigitalSurgeon

Well-Known Member
Aug 13, 2005
134
1
166
Edit the DNS zone file and add the below mentioned DNS A entry in it :

* 14400 A 192.168.0.1

OR

*.domain.com. 14400 A 192.168.0.1


Also you have to add ServerAlias in the VirtualHost section of the domain in httpd.conf :

ServerAlias *.domain.com
 
Last edited: