[ad_1]
I cannot understand what you are describing. I stay with the .nl domain, the .com is never called. Have you changed anything in the meantime?
YEa jsut before you replied, someone told me to add this to the .htaccess file after line 3:
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]Which pretty much redirects non www domain to www, on which I did not have the issue in the first place.
