putting this code in htacess use to work fine in 1.6
but does not work now
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} /contactimporter/fbcanvas
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
how do i turn ssl on just for the canvas page