Not working with default settings + no help from community = rm -r bbpress/ .
phpBB here I come.
The issue is being caused by the following line of code in bb-login.php:
$re = bb_get_uri( $re , null, BB_URI_CONTEXT_HEADER );
before this function call, $re = /subdir/bbpress . Afterward, $re = http://mysite.org/subdir/bbpress/subdir/bbpress/ . Either there is a bug in this function or something is wrong with my configuration.
Commenting out this line has fixed the redirection issue upon login, however, I still do not have access to the Admin area.
As someone who has written a number of forums in the past, I was really hoping for a turnkey solution with bbpress. I hope someone can provide an answer as to why I cannot access the administration area before I have to take the time to dig through the code for answers myself…
Thanks in advance for any help or guidance.
~g