1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

SSL certficate - Security Warnings -help

Discussion in 'Security' started by tptnyc, Sep 21, 2008.

  1. #1
    Despite the ssl certificate installed on to hosting server, the e-commerce site (osCommerce shopping cart) showing Security Warning- This page contains both secured and non-secured items.
    How best to resolve this problem?
     
    tptnyc, Sep 21, 2008 IP
  2. royo

    royo Peon

    Messages:
    173
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You probably have items on the secure page which are served through http:// they should be served through https://.
     
    royo, Sep 21, 2008 IP
  3. tptnyc

    tptnyc Peon

    Messages:
    764
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The problem was solved just with this small codings on the HomePage.

    <?php
    if ( $request_type != 'SSL' ) {
    ?>
     
    tptnyc, Sep 21, 2008 IP
  4. ecnetserv

    ecnetserv Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I just came upon this answer. I was wondering the same thing on some of my sites. i will try this out. Thanks for the info.
     
    ecnetserv, Sep 25, 2008 IP