HTTPS to HTTP on LogOut
-
Greetz!
We are running WordPress in network mode and we’ve been unable to resolve a problem we are encountering with controling the transition from secure pages to non-secure pages.
The only place that is giving us problems is when a user logs out. Even if they are on a non secure page the logout selection wants to return them to an https page. The link that is having the issue is in the top loeft corner of the blog in the menu under the username. Here there are 3 choices: Edit My Profile, Dashboard and Logout. Clicking on logout takes them to wp_login with the querystring “action=logout&_wpnonce=4daa532372”. We are forcing users (via the force_ssl_login config entry) to login with ssl but when logging out we want them to return to the non secure.
Any idea how this can be accomplished?
- The topic ‘HTTPS to HTTP on LogOut’ is closed to new replies.