Forcing https

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

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