HTTPS login redirects to page not found?
-
Hi,
I’m currently running WP 2.9.1 and integrated with bbPress 1.0.2 successfully.
WP URL is installed at URL: http://www.example.com/
BBpress is installed at URL: http://www.example.com/forums/
I have a problem when I enabled HTTPS login in bbPress via
define(‘BB_FORCE_SSL_USER_FORMS’,true);
When a user SUCCESSFULLY login into bbPress via HTTPS, it redirects the page to:
http://www.example.com/forums/forums
which means 404 not-found page because bbPress is installed at URL http://www.example.com/forums NOT http://www.example.com/forums/forums
User can login SUCCESSFULLY when define(‘BB_FORCE_SSL_USER_FORMS’,true); is DISABLED
I have searched/read several posts about bbPress HTTPS login from this forum, but could not find any solution.
Any help will be appreciated.
- You must be logged in to reply to this topic.