[bbDev] mod_rewrite

Aaron Crayne aaron at paintbox.org
Wed Jan 18 19:45:38 GMT 2006


I use the following htaccess with my bbpress installs.
Make sure that in bb-config.php you have $bb->mod_rewrite = true;
and this should work fine.

# BEGIN BBPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /directory-where-installed/
Options +MultiViews
</IfModule>
# END BBPress



> I know bbPress uses something other than mod_rewrite... some obscure
> Apache
> function. Anyway, I'm on commerical shared hosting, and do not have the
> resources to install whatever function it is.
>
> Is there a pre-existing mod_rewrite .htaccess script that would do the
> same
> thing? I attempted to make one myself, but, due to my limited mod_rewrite
> knowledge, ran into problems with profile/edit and profile/favorites.
>
> --
> Sean Hayford O'Leary
> http://sdho.hayfordoleary.com
>
> Donate to Oxfam [http://oxfamamerica.org]. Also, help save Marshall Fields
> [
> http://keepitfields.org].
> _______________________________________________
> bbDev mailing list
> bbDev at lists.bbpress.org
> http://lists.bbpress.org/mailman/listinfo/bbdev
>



More information about the bbDev mailing list