Redirect example.com to www.example.com VPS & Apache2
- by Thomas Buckley
I have a VPS and a domain name registered with the provider.
When I enter www.example.com my site is displayed correctly, but entering example.com does not work. I am able to ping www.example.com.
I added the following line to my apache2 default vhosts file:
ServerName example.com
ServerAlias www.example.com
But this did not work.
The VPS is a Debian5 OS.
Any ideas?
Note: There is no option via a provided control panel to add this, it's a basic package I purchased
I know this post answers it but there are no extra comments and I'd like to know if it's the best way:
way to redirect page to www using virtual host configuration in sites-available for apache2?
Thanks