How to force https in HostBill

If you want to force https redirection in your HostBill all you need to do is:

Place file .htaccess in your main HostBill directory:

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