Hi, I have been searching around here for a while but I have a couple of questions, I am sure you can clarify and help me.
I intend to switch from http to https (I already have a certificate). I of course run vSBEO and MaxCDN. My htaccess looks as follows:
What would you recommend, what is the right way to perform that switch? Use the htaccess or the vSBEO rewrites in the panel? What are the correct changes and/or additional rewrites I have to add to any of them to use https globally for my website and make everything work correctly in regards of vBSEO?Code:RewriteCond %{HTTP_HOST} !(^www\.cureconnections\.com$|^cdn\.ccc\.cureconnections\.netdna-cdn\.com$)RewriteRule (.*) http://www.cureconnections.com/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA]
And of course: what should I do to avoid any negative impacts on SEO and rankings? Will there be any at all if I redirect correctly?
Do you have any other recommendations on what I should think of and take care of? Thank you very much in advance!


1Likes
LinkBack URL
About LinkBacks
.





Reply With Quote
.
