How to Enable Wildcard Subdomains
From ReduxWiki
[edit] DNS Zone Modifiation
- Login to WebHost Manager (WHM) -> Edit DNS Zone -> domain.tld
- Established the following entry -> * 14400 IN A <ip address>
[edit] Vhost update
# /usr/local/apache/conf/httpd.conf ServerAlias www.domain.tld *.domain.tld
[edit] Restart Apache
/scripts/restartsrv httpd
Categories: Apache | Domains | Control Panels | WHM | VPS

