Brian, anyone... can you tell me why I have so many https indexes with google? I don't know how this happens or what I need to do to get it fixed...
This all started about the same time I moved to a new server and VB4
HELP!
This is a discussion on Not sure how this happened https in Google indexes within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Brian, anyone... can you tell me why I have so many https indexes with google? I don't know how this ...
Brian, anyone... can you tell me why I have so many https indexes with google? I don't know how this happens or what I need to do to get it fixed...
This all started about the same time I moved to a new server and VB4
HELP!
https can only exist at the server level. You must have installed a certificate or something.
You can always try redirecting all https_on requests to http://
Code:RewriteCond %{HTTPS} on RewriteRule (.*) http://www.mysite.com/$1 [L,R=301]
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thanks Brian, there isnt a cert installed but I will dig around and see if there is something I can find...
wicked response to this question, thank you very much.