Hi all, I own one godaddy domain and economy hosting. I use the free ssl service of cloudflare to locate http to https, but it fail to work. The http and https both are existing online. The customer told me it is impossible to work if it is not godaddy's ssl service. I also write content on htacess
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.abc\.com$ [NC]
RewriteRule ^(.*)$ https://abc.com/$1 [R=301,L]
I just want to confirm one thing: the customer is right?
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.abc\.com$ [NC]
RewriteRule ^(.*)$ https://abc.com/$1 [R=301,L]
I just want to confirm one thing: the customer is right?