View Single Post
  #3 (permalink)  
Old 06-11-2009, 03:24 PM
zelf zelf is offline
Registered User
 
Join Date: Dec 2005
Posts: 29
zelf is on a distinguished road
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.
Reply With Quote