RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
Do I need to replace anything in my .htcacccess file or just stick this in there? I already tried putting it in at the bottom and top of my file and nothing changed.