How to redirect non-www URL to www in Apache
If both www
and non www
domain of your website (http://example.com
and http://www.example.com
) serve the same website, and you want people going to http://example.com
to automatically be redirected to http://www.example.com
, there’s a few way that you can do so with Apache