setting up subdomain wildcard: configured A record, VirtualHost... still does not work
- by user80314
Running Apache on CentOS, trying to setup wildcard subdomains,
basically I want .mydomain.com to point to mydomain.com
With cPanel I added *.mydomain.com
With WHM I made sure that A record is pointing to the right IP.
I set my A record:
* 14400 IN X.x.x.x
My httpd.conf:
ServerName _wildcard_.mydomain.com
ServerAlias *.mydomain.com…