3. Apply appropriate rewrite rules to redirect HTTP to HTTPS, 301 if you plan on using it forever.
A little help with this, i have sitemap listed in webmasters. All keywords(links) are ok with https, but what happens with http links, i see them to...
Do i must delete sitemap http? and leave only https?
Do i must HTTP to HTTPS, 301redirect , where?
I have this in .htaccess?
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]