Re: register Page
bp is trapping the /register component like it should in functions.php. There is a fn called bp_show_register_page() that looks for that value and starts the registration process. I tried just entering any arbitrary text instead of /register and it gets me to what I think is a 404 page. So /register is getting detected.
Looking for why it’s getting redirected.
Code looks ok. Works for me. Got me what’s going on Trent.