[bbDev] need a working .htaccess file!

Sushubh sushubh at gmail.com
Fri Sep 30 19:07:47 GMT 2005


i got the bbpress forum working pretty nicely now. just need a htaccess file
which works fine...

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^topic/([0-9])/?$ /topic.php?id=$1 [QSA,L]
RewriteRule ^forum/([0-9])/?$ /forum.php?id=$1 [QSA,L]
RewriteRule ^view/([0-9])/?$ /view.php?view=$1 [QSA,L]
RewriteRule ^profile/([0-9])/?$ /profile.php?id=$1 [QSA,L]
</IfModule>

this does not seem to work other than the tag links!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://comox.textdrive.com/pipermail/bbdev/attachments/20050930/f6e432e5/attachment-0001.htm


More information about the bbDev mailing list