Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

https and PCI Compliance

Status
Not open for further replies.

Swi

Programmer
Feb 4, 2002
1,965
US
I am using the following code to redirect from http to https:

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top