Hello, i also had same problem and Lynne help me to fix it he gave me this thread link about this problem
https://vborg.vbsupport.ru/showthrea...light=htaccess
RewriteCond %{HTTP_HOST} ^www\.saskforum\.ca$
RewriteRule ^(.*)$ http://saskforum.ca/$1 [L,R=301]
replace this with
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R=301,L]
i did this and my site working properly hope its works for you too but before doing this make a copy of your old .htaccess file so if its not work you have the old one to upload again