Redirect Website to HTTPs
To redirect your website to HTTPS. Enter the following to your .htaccess file.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Save the file, then test via your browser.
- 0 Users Found This Useful
Related Articles
Dedicated SSL FAQ
- What is a dedicated SSL?The most common type of SSL that allows your domain to display inside...
Shared SSL FAQ
- What is a shared SSL?A special type of SSL that can be used across all of HostPlay's shared...