Re: Plugin custom pages
Alright, now I am having *serious* issues getting Rewrite Rules to work.
I’ve done these dozens of times and they aren’t particular complicated, here is a brief example of what I am trying to do:
RewriteBase /
RewriteRule ^example/?$ /forum/bb-plugins/example/example.php [NC,L]
</IfModule>
Accessing ‘http://www.example.com/forum/bb-plugins/example/example.php’ directly works perfectly. Accessing from ‘http://www.example.com/example’ does a redirect to ‘http://www.example.com/forums’.
There are NO other rewrite rules active. I even disabled those from bbpress to try to track down what is happening. But some sort of 302 redirect keeps occurring. Is bbpress triggering this internally somehow?