I have a website that doesn\'t seem to redirect from non-www to www.
My Apache configuration is as follows:
RewriteEngine On ### re-direct t
ServerAlias example.com RedirectMatch permanent ^/(.*) http://www.example.com/$1