V1.5.5e

On the last few versions of our shop (pre the 1.5.5e release) we had a .htaccess file when we moved from HTTP to HTTPS. There are loads of references to the HTTP address still out in the wild so the .htaccess file was helpful. I have included it now on the new version and I was wondering if I would need anything else within the file that would be helpful. Currently it is

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]

Options -Indexes


Thanks