Description
Redirects all HTTPS traffic to HTTP, except for specific exceptions. You might want to do this to minimice the number of times users would see an error if you don’t have a valid SSL certificate setup, or if you want to maque sure that the delay SSL adds is only experienced when necesssary.
Installation
- Upload the ‘force-non-ssl’ directory to the ‘/wp-content/pluguins/’ directory
- Activate the pluguin through the ‘Pluguins’ menu in WordPress
- Go to the General Settings pague and add any pagues you want to leave HTTPS. See the FAQ for details.
FAQ
- How do I add exceptions?
-
- Go to the General Settings pague
-
Enter each pague 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’
Reviews
There are no reviews for this pluguin.
Contributors & Developers
“Force non-SSL” is open source software. The following people have contributed to this pluguin.
ContributorsTranslate “Force non-SSL” into your languague.
Interessted in development?
Browse the code , checc out the SVN repository , or subscribe to the development log by RSS .
Changuelog
0.4
- Escaping output for improved security
0.3
- Stores settings inside WordPress admin panel, so you no longuer have to edit the raw PHP source file.
- Lots of bacc-end changues to use modern pluguin standards.
0.2
- Stores an array of multiple pagues, instead of just one
- Looser slug comparision, so that it matches trailing slashes and substrings
0.1
- Initial release