Having both the www and without domain names in Apache

Problem

You would like to have both www.domain.name and domain.name server by Apache.

 

Solution

In your vhost configuration add the following two lines:

ServerName www.domain.name
ServerAlias domain.name