I wanted to add that i’ve tried putting my url with and without the WWW in my admin panel options for wordpress and blog addresses. I even tried removing the http from those but that just made the site not load at all.
BTW Here is what is in my htaccess file.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress