• I’m having trouble securing my secure page on SSL.

    My donation page is being loaded on HTTPS, but the plugins aren’t (ie: Hit Sniffer). I manually changed the JS and IMG link of Hit Sniffer to HTTPS but that breaks it.

    How can I both (a) secure my page, and (b) load Hit Sniffer properly?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ppgear

    (@ppgear)

    Actually I ended up using
    <php if($_SERVER['HTTPS']) {...} ?>
    to simply disable those plugins when on a secure page, which isn’t ideal, but at least the page is secure now.

    Any better ideas?

    Hit Sniffer Offer HTTPS Support now.
    Get Latest updated and it should work nicely on your https pages too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SSL – Procedure to secure the page (and plugins like Hit Sniffer)’ is closed to new replies.