I am using the following code to redirect from http to https:
However when going through PCI compliance it does not like this and fails because of the redirect.
Is there any way to work around this?
Thanks.
Swi
Code:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ [URL unfurl="true"]https://mfaclothing.caskeygroup.com/$1[/URL] [R,L]
However when going through PCI compliance it does not like this and fails because of the redirect.
Is there any way to work around this?
Thanks.
Swi