I have just moved my site over https & when I sent BCSE abandoned cart reminder link to customer & when customer click the following type link
http://www.mysite.com/bcse_abandon_cart_restore.php?cartid=0e94099ab76d9 ca12cf2a0af092caf6b
it redirect him to homepage of my site without showing any cart info
But cart recovery link from dev store works perfectly !
http://www.mysite.com/devstore/bcse_abandon_cart_restore.php?cartid=0e94099ab76d9 ca12cf2a0af092caf6b
so why it's not working on main site & working fine from dev store on same server ?? I guess some rewrite code to be insert in htacsess.
For https redirection of store I am using following code at the moment.
RewriteCond %{SERVER_PORT} !^443
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]