该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Mavis HTTPS to HTTP Redirection

描述

This plugin was developed to solve a redirection issue when navigating from a secured checkout page back to
a non-secured page (or page that you need to have as non-secured—possibly because of non-secured
external links, etc.)

For example, a user comes to your wordpress e-commerce site, locates an item, then navigates to your
secured checkout page. Now the customer, realizes there is something else they need, and instead of clicking
a Continue Shopping link, then click a top category link. Since the customer is in a secured session, wordpress
put the secured protocol on all the links including that category. Now the customer navigates to that
category, but they are still in a secured page session. Now this category page is displaying improperly because
of some external links that did not translate properly into the secured session. Customer is now upset, thinking
that the site design demonstrates the level of incompetence of the shop owner and questions the shop owner’s
integrity to fulfill the customer’s order, so the customer in a behavior of discuss, rapidly leaves the
shop owner’s site and that customer becomes a non-customer!

This plugin resolves this issue by redirecting all non specified checkout (and other non-secured pages)
back to a non-secured page counterpart.

Credits

We make honorable mention to anyone who helps make Mavis HTTPS to HTTP Redirect a better plugin!

Contact

Support is provided at https://github.com/pingleware/mavis-https-to-http-redirect/issues. You will require a free account on github.com

Please contact presspage.entertainment@gmail.com or visit the above forum with questions, comments, or requests.

屏幕截图

安装

To instal this plugin, follow these steps:

  1. Download the plugin mavis.zip
  2. Extract the single file mavis.php
  3. Extract mavis plugin to the /wp-content/plugins/ directory as new directory will be created identified as ‘mavis-https-to-http-redirect’
  4. Activate the plugin through the ‘Plugins’ menu in WordPress, identified by ‘Mavis HTTPS to HTTP Redirection’
  5. Change your site to use pretty permalinks from the ‘Permalinks’ menu in WordPress
  6. Set your secured page on the ‘Mavis HTTPS/HTTP Redirection’ admin page from the ‘Settings’ menu in WordPress
  7. If you have more than one secured page, separate each page name using commas (e.g. checkout,confirm)

常见问题

Please do not be afraid of asking questions?

(There are no stupid or dumb questions!)

评价

2017年2月24日
If you had only 1 page that needed to be redirected to non-https, as I read the instructions, you have enter in all of the pages that are to remain https: That's backwards.
2016年9月3日
I installed and in few minutes it was working exactly the way it should be and the way i wanted. All you ned to read carefully the instruction.. Thats it.
2016年9月3日
I tried so hard to do this for several days before finding this plugin. It is amazing and exactly what I needed! Thanks to the developers for making it happen. And I hope you guys come back to the plugin so it won't go out of date!
2016年9月3日
Thanks you so much! I just needed my checkout pages secured with my SSL's, but then all of the other pages would want to be https as well, all of them with that annoying yellow triangle. This plugin fixed it all with magic! Thanks!
阅读所有6条评价

贡献者及开发者

“Mavis HTTPS to HTTP Redirection” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.4.3

  • fixed Deprecated: has_cap
  • switch from separate database table to wp option variable of wp_mavis_settings.page

1.4.2

  • updates for wp version 4.3

1.4.1

  • Fix a bug that prevented displaying secured page list in text field properly

1.4

  • Fix a bug that prevented plugin from being activated when php short definition is not defined.

1.3

  • Filtered code from NOT being executed during an admin session. Apparently, one user reported that it does?

1.2

  • Added support for multiple secured page checking
  • Forced redirect of secure page tags back to a secured page session if session is unsecured

1.0

  • Created