/
How to force https in HostBill

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]

Related content

Product Configuration: Create N-days free trial
Product Configuration: Create N-days free trial
Read with this
How to Install SSL Certificate for HostBill Enterprise
How to Install SSL Certificate for HostBill Enterprise
More like this
Configure HostBill to use Redis for caching
Configure HostBill to use Redis for caching
Read with this
Adding new nginx server block + issuing Lets Encrypt SSL certificate for it
Adding new nginx server block + issuing Lets Encrypt SSL certificate for it
More like this
Configure HostBill to use Memcached for caching
Configure HostBill to use Memcached for caching
Read with this
Adding new nginx server block + installing SSL certificate for it
Adding new nginx server block + installing SSL certificate for it
More like this