DA automatically creates Apache alias for non-www domain:
ServerName www.mydomain.com
ServerAlias www.mydomain.com mydomain.com
After this it's possible to rech the domain and have 2 multiple URL's, i.e. www.mydomain.com and domain.com.
Is it possible to have non-www domain (i.e. mydomain.com) redirect to www.mydomain.com via html redirect or header redirect (code 301)?
ServerName www.mydomain.com
ServerAlias www.mydomain.com mydomain.com
After this it's possible to rech the domain and have 2 multiple URL's, i.e. www.mydomain.com and domain.com.
Is it possible to have non-www domain (i.e. mydomain.com) redirect to www.mydomain.com via html redirect or header redirect (code 301)?