HostGator Web Hosting Help

How To Force SSL On All Pages In .htaccess File

You can force all of your pages to use HTTPS. To do this you will need to modify your .htaccess file.

Using the Code Editor in the File Manager, add these lines to the beginning of the .htaccess file.

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



Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

This article will show a way to protect specific pages of your website with SSL. This may have benefits for SEO and can be used on pages that contain forms, shopping carts or any other page where users might enter sensitive information.
Knowledgebase Article 113,173 views tags: htaccess pages specific ssl

Explains how to edit the .htaccess
Knowledgebase Article 350,065 views tags: htaccess

How to use a WildCard SSL Certificate
Knowledgebase Article 214,557 views tags: htaccess reseller ssl subdomain subfolder wildcard

Related Help Content

What is the .htaccess file and where can I find more information?
Knowledgebase Article 2,074,828 views tags: htaccess tips tricks

How do I perform a URL redirect/rewrite using the .htaccess file?
Knowledgebase Article 1,919,418 views tags: htaccess redirect rewrite url

This article explains error pages and how they can be customized.
Knowledgebase Article 314,263 views tags: customize pages

When I try to log into my OSCommerce shopping cart using https://secure.HostGator.sg/~username url, my shopping cart isn't the same. It is as though I have 2 carts, one for HTTP (unsecure) an
Knowledgebase Article 189,185 views tags: commerce cookie oscommerce ssl

How do I use the free shared SSL Certificate?
Knowledgebase Article 931,889 views tags: activate certificate install path shared ssl

How to run CGI scripts for Addon domains.
Knowledgebase Article 223,448 views tags: cgi htaccess

Where do I get a copy of the site seal for my SSL I purchased through HostGator?
Knowledgebase Article 363,618 views tags: cert image logo seal secure ssl

How do I Password Protect a single file on my website?
Knowledgebase Article 276,145 views tags: file passwd password prompt protect secure single