Forums
-
- Forum
- Posts
-
- Installation
- 28,422
- Troubleshooting
- 62,414
- Themes
- 10,415
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
After a while… It seems that anyone else is facing this problem with bbpress. So, I did a research… and I found a solution for my problem. Maybe there are others around need a way to solve this problem. As far as I understand it is a bug, cause wp-redirect sets a wrong status header. If you add a line saying:
status_header(301);
before
wp_redirect( $re );
is called within bb-login.php, all is going well.