Wordpress Plugin : Enforce SSL / HTTPS
EnlightenMental Productions has created our first Wordpress Plugin, which gives the admin the ability to enter page ID numbers to use HTTPS.
This plugin comes with an option screen for entering the page ID Numbers:
and uses the template_redirect to enforce HTTPS for the selected pages.
This plugin is meant to be used along side other wordpress plugins such as:
- wp-e-commerce
- MarketTheme
- eshop
- shopp
and others
Posted on Monday, January 4, 2010 · 4 Comments








As you mentioned eShop…
Firstly, where can this plugin be downloaded?
Does this plugin rewrite the urls in the site, such as images etc?
Can it be extended to work with shared SSL?
@ Rich
I’m still in the process of adding this plugin to the SVN,
This plugin does not rewrite any URLS, it just simply does a redirect to HTTPS
it should work with any type of SSL
more to follow.. I’ll post a link to download this asap
That’s a shame then, as the page when under SSL will contain images and the like that aren’t – which will mean the user will see a confirmation box to display non secure items.
Even so I may still be interested in seeing what you have done
actually, the redirect happens before the content is rendered, so as long as they dont use absolute paths (http://mysite.com/img.jpg Vs /img.jpg)
the https is enforced before the content paths are “written”
I emailed you a copy of the plugin,
let me know what you think