The .htaccess file specifically does this using this code:
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.DOMAINNAME.com/$1 [R,L]
The site has some ecommerce so I understand why it is used on those pages.
But why would anyone rewrite all URLs to httpS?
I guess the follow up is - any SEO impact?
When I do a Google search and find a page on this site, the URL shown in the search results is http, but then I click the link, it re-directs.
Thanks in advance for any replies.
Edited by Jill, 28 September 2011 - 04:45 PM.
Added code tag











