To force https add following code to .htaccess file on website server:
RewriteEngine On RewriteCond %{HTTP_HOST} impactprintingink\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://impactprintingink.com/$1 [R,L]
To force https add following code to .htaccess file on website server:
RewriteEngine On RewriteCond %{HTTP_HOST} impactprintingink\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://impactprintingink.com/$1 [R,L]