redirect_mismatch

I have tried to add a .htaccess maybe this helps others too…

Added this to a .htaccess file in my root

RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com [nocase]
RewriteRule ^(.*) http://www.example.com/$1 [last,redirect=301]