I'm trying to find a way in cpanel to create catch all domains. What I mean by that is
anything.mydomain.com -> mydomain.com
I have a client that has invoices numbers
and they go
1014.mydomain.com (then supposed to goto -> mydomain.com)
In the apache httpd.conf this would be done by simply changing the
ServerAlias www.mydomain.com
to
ServerAlias *.mydomain.com
Is there anyway to do it within cpanel?
anything.mydomain.com -> mydomain.com
I have a client that has invoices numbers
and they go
1014.mydomain.com (then supposed to goto -> mydomain.com)
In the apache httpd.conf this would be done by simply changing the
ServerAlias www.mydomain.com
to
ServerAlias *.mydomain.com
Is there anyway to do it within cpanel?