Thread Starter
ppgear
(@ppgear)
Not to be a jerk, but the lack of response in this support forum has been somewhat disappointing 🙁
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?
Thread Starter
ppgear
(@ppgear)
Can you give any more detailed help? I don’t see a clear solution from that link.
I basically need one page, the donate page, to load in HTTPS always, automatically.
How can I do that?