Skip to:
Content
Pages
Categories
Search
Top
Bottom

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&#8217; directly works perfectly. Accessing from ‘http://www.example.com/example&#8217; does a redirect to ‘http://www.example.com/forums&#8217;.

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?

Skip to toolbar