Forcing https

Create and enable .htaccess
Once you have done this you will need to add the following code:

1
2
3
RewriteEngine on
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}