got my site fixed
here is how for anyone who need it..
use this code in your htaccess (make sure its on top before anything els)
RewriteCond %{HTTP_HOST} !^www\.yoursite\.com
RewriteRule ^(.*)$ https://www.yoursite.com/$1 [R=301,L]
this simply change all non www links to www good for SEO and search engines