Force https via htaccess

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L]
  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

Changing php.ini directives via .htaccess

A script you want to use requires a different setting then we have set?  No problem, you...

openssl 1.0.1 or greater in PHP -- hsphere only

If you receive an error with your php script about "openssl 1.0.1 or greater" is required, please...

How to upload / create your site.

Creating your site How you create your site depends on what you want to do with it.  You...

Frontpage Publishing via FTP

Frontpage extensions are not supported on our servers due to bugs in the extensions (some...

Select PHP Version - Plesk

To select a version of PHP within the Plesk control panel, please do the following: Login in...