Re: Another pretty permalink/mod_rewrite mystery
I did some digging, and although I have not found a solution. I believe the conflict with mod_rewrite and bbPress is that bbPress is using the header() function to send raw HTTP headers to the client. I notice that two files contain header() functions that send a “Location:” header to the browser:
• bb-load.php
• pluggable.php
These seem to be forcing bbPress to redirect the URLs, even after a mod_rewrite rule executes.
I’m a total php novice, so I’m not really sure how to fix this.