This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Force non-SSL

توضیحات

Redirects all HTTPS traffic to HTTP, except for specific exceptions. You might want to do this to minimize the number of times users would see an error if you don’t have a valid SSL certificate setup, or if you want to make sure that the delay SSL adds is only experienced when necessary.

عکس‌های صفحه

  • The exceptions setting on the General Settings page.

نصب

  1. Upload the ‘force-non-ssl’ directory to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the General Settings page and add any pages you want to leave HTTPS. See the FAQ for details.

سوالات متداول

How do I add exceptions?
  • Go to the General Settings page
  • Enter each page slug on its own line
    • You can also enter a single word to match any slugs containing that word. E.g., ‘cat’ would match ‘/people/cathryn’ and ‘/cats-and-dogs’

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“Force non-SSL” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Force non-SSL” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

0.4

  • Escaping output for improved security

0.3

  • Stores settings inside WordPress admin panel, so you no longer have to edit the raw PHP source file.
  • Lots of back-end changes to use modern plugin standards.

0.2

  • Stores an array of multiple pages, instead of just one
  • Looser slug comparision, so that it matches trailing slashes and substrings

0.1

  • Initial release