When http.conf reads
ServerName domain.tld
ServerAlias
www.domain.tld
and a user types in domain.tld they get a cPanel default screen. When the user types
www.domain.tld they get the website. How do I change httpd.conf permanently so that it reads:
ServerName domain.tld
ServerAlias *.domain.tld
or has the behavior of when a user types in either domain.tld or
www.domain.tld they get the website and not the default cPanel screen.