Edited the .htaccess file with
Code:
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
All hell broke lose. How to ensure things work fine after...