Forum Moderators: DixonJones

Message Too Old, No Replies

Stuffed-Tracker -- Need help with something.

Tracking an SSL page

         

crobb305

4:26 am on Nov 29, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Ok, I got everything setup and my code placed on all my unsecured pages. But, how do I handle the two secured pages? We are only using the https (secured) protocol on the sales-form page and the thank-you page.

Obviously placing the original code on these secure pages will create the "nonsecured items" alert when a page view is attempted.

I have found no reliable knowledgebase documents and my support emails have not been answered.

Any familiar with this?

C

phranque

5:11 am on Nov 29, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



to avoid this message all of the urls referred to in the secured document must be under the secured domain.
this could be as simple as changing "http:" to "https:" for images and style sheets (for example), or you might get away with using relative urls.
or it could be more complicated than that...