Force HTTPS or HTTP (using tags)
Developer
3rd Party (Free)
251 downloads (last 90 days)
EE Version Support
- ExpressionEngine 2
Compatibility
If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.
- Updater
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Content Elements
- Better Workflow
- Matrix
- Grid
- Webservice
- Publisher
Requirements
- jQuery for the Control Panel
Add-On Type(s)
Plugin
Tags
Force redirection to HTTPS or HTTP by adding simple tags to your templates.
ExpressionEngine Plugin for tags to force 301 redirection to HTTPS or HTTP
Installation
Copy pb_forcehttps plugin folder to your ExpressionEngine third_party folder, usually in /system/ExpressionEngine/third_party.
Usage
Use the following snippets in your templates to redirect your desired pages. To redirect globally add to your header embed.
To force a page to HTTPS {exp:pb_forcehttps:tohttps}
To force a page back to HTTP {exp:pb_forcehttps:tohttp}
Notes
- Uses 301 type redirection.
- This plugin will exit(); after redirection so no other server side processing will be completed.
- Google is now happy to have an entire site in HTTPS and will not negatively impact your SEO - see this article.
- Contribute at https://github.com/bradleyflood/expressionengine-forcehttps
Download Force HTTPS or HTTP (using tags)
EE Support | Downloads | Add-On Version | Release Date |
---|---|---|---|
Not Specified | Download |
Force HTTPS or HTTP (using tags) Links
This entry was created July 15, 2014, 8:27 am.
This entry was last updated July 15, 2014, 8:30 am.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.
2 Reviews:
CheifWiggam 07.22.14
Was using DM Force SSL but stopped working after config bootstrap edit. Installed and we’re back up + running. Nice work.
Bradley Flood 07.15.14
Needing to force many sites to HTTPS and sometimes HTTP, I decided to build this simple plugin, and use it. By adding the tag in my header include I can ensure that my entire site is SSL and any HTTP links will 301 redirect, working with my SEO. Or I can HTTPS only some pages, and HTTP the others.