Create a .htaccess file in your public_html folder and place in the following in that file:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Retry and all pages should be forced to SSL https
Create a .htaccess file in your public_html folder and place in the following in that file:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Retry and all pages should be forced to SSL https
This happens in 99.9% of cases to users using LTE/3g to connect.Mobile connections constantly...
The below command will set the default page your website shows to whatever you specify. For...
Not a very common problem. But if you experience this issue please try the following:1. Disable...
Usually you may receive error like: Task user@domain.com - Sending reported error (0x800CCC67) :...
We're seeing a few errors from Outlook users after upgrading to Windows 10, specifically a...