RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
You'll need to either create or modify your hosting account's .htaccess file. If you need to create one, you can use your control panel's file manager
- 0 Users Found This Useful