I did it, and I added this to the .htaccess

RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L]

It seems to work prefectly.
May be is too much, but I pay for the ssl so why not use it?
Thanks again.
ciao from Italy
enzo