<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Support Forums User Favorites: samanathon</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums User Favorites: samanathon</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 12:15:22 +0000</pubDate>

<item>
<title>djvibe on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-19821</link>
<pubDate>Sat, 11 Oct 2008 06:00:00 +0000</pubDate>
<dc:creator>djvibe</dc:creator>
<guid isPermaLink="false">19821@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i got my pretty permalinks to work fine.... almost&#60;br /&#62;
&#60;a href=&#34;http://www.djvibe.com/content/forums/&#34; rel=&#34;nofollow&#34;&#62;www.djvibe.com/content/forums/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;One little glitch though. I cant access any of my forums directly. It renames all of the forum links to /forum.&#60;/p&#62;
&#60;p&#62;the links look like this:&#60;br /&#62;
ex. &#60;a href=&#34;http://www.djvibe.com/content/forums/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.djvibe.com/content/forums/forum/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;which returns an error.&#60;/p&#62;
&#60;p&#62;My htaccess looks like this.&#60;br /&#62;
&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /content/forums/&#60;br /&#62;
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /content/forums/forum.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^forum/([^/]+)/?$ /content/forums/forum.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /content/forums/topic.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^topic/([^/]+)/?$ /content/forums/topic.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /content/forums/tags.php?tag=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/([^/]+)/?$ /content/forums/tags.php?tag=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/?$ /content/forums/tags.php [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /content/forums/profile.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([^/]+)/([^/]+)/?$ /content/forums/profile.php?id=$1&#38;#38;tab=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /content/forums/profile.php?id=$1&#38;#38;tab=$2&#38;#38;page=$3 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([^/]+)/?$ /content/forums/profile.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/?$ /content/forums/profile.php [L,QSA]&#60;br /&#62;
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /content/forums/view.php?view=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^view/([^/]+)/?$ /content/forums/view.php?view=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/?$ /content/forums/rss.php [L,QSA]&#60;br /&#62;
RewriteRule ^rss/topics/?$ /content/forums/rss.php?topics=1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/forum/([^/]+)/?$ /content/forums/rss.php?forum=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/forum/([^/]+)/topics/?$ /content/forums/rss.php?forum=$1&#38;#38;topics=1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/topic/([^/]+)/?$ /content/forums/rss.php?topic=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/tags/([^/]+)/?$ /content/forums/rss.php?tag=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/profile/([^/]+)/?$ /content/forums/rss.php?profile=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/view/([^/]+)/?$ /content/forums/rss.php?view=$1 [L,QSA]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;can't seem to figure it.. any help would be appreciated.&#60;br /&#62;
&#60;a href=&#34;mailto:graham@djvibe.com&#34;&#62;graham@djvibe.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>djuggler on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-18021</link>
<pubDate>Wed, 06 Aug 2008 16:02:08 +0000</pubDate>
<dc:creator>djuggler</dc:creator>
<guid isPermaLink="false">18021@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just now got this working! The solution is posted at &#60;a href=&#34;http://bbpress.org/forums/topic/dropping-multiviews-support#post-16050&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/dropping-multiviews-support#post-16050&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Quite simply, turn 1and1 hosting has MultiViews on by default and it must be turned off in .htaccess with:&#60;br /&#62;
Options -MultiViews&#60;/p&#62;
&#60;p&#62;Then add the /bb-admin/rewrite-rules.php mod_rewrite AFTER the Options -MultiViews.&#60;/p&#62;
&#60;p&#62;That was too simple to take this long to resolve.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "*seamless* wordpress integration"</title>
<link>http://bbpress.org/forums/topic/seemless-wordpress-integration/page/2#post-17746</link>
<pubDate>Mon, 28 Jul 2008 14:07:06 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17746@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;vilimaunula - thanks for the help. i'm going to try to digest what you've done - this is way more complicated that what i've done in the past. but i'll check it out and will let you know how it goes!
&#60;/p&#62;</description>
</item>
<item>
<title>vilimaunula on "*seamless* wordpress integration"</title>
<link>http://bbpress.org/forums/topic/seemless-wordpress-integration/page/2#post-17741</link>
<pubDate>Mon, 28 Jul 2008 06:47:58 +0000</pubDate>
<dc:creator>vilimaunula</dc:creator>
<guid isPermaLink="false">17741@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;deliciousbass:&#60;/p&#62;
&#60;p&#62;The &#34;latest discussions&#34; list at &#60;a href=&#34;http://akirakurosawa.info/forums/&#34; rel=&#34;nofollow&#34;&#62;http://akirakurosawa.info/forums/&#60;/a&#62; is compiled without the use of Wordpress or bbPress loops. Instead, it makes use of two direct hand-crafted MySQL queries to the database, one to the Wordpress tables and the other to the bbPress ones.&#60;/p&#62;
&#60;p&#62;Basically, both queries search for all the posts (or comments, in the case of Wordpress) written in the past month, then put these posts into various arrays. The arrays are then sorted so that the items are in a reversed chronological order, and finally the resulting list is displayed on the page with only the latest post/comment from each thread/blogpost/page included.&#60;/p&#62;
&#60;p&#62;In case it is any help, here is the code that I use -- I wouldn't suggest just copy-pasting it to your site though before reading it through and knowing what you are doing. You may at least need to change the table names. I have added comments to give some idea what is done where.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.vertebratesilence.com/bbpress_frontpage_discussions.txt&#34;&#62;See the code here&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There most probably is a simpler way to do this, the php code could be streamlined, made more error-resistant, and it could possibly also be done with Wordpress/bbPress tags, or it could be turned into a plugin, if someone has the time and the energy.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "*seamless* wordpress integration"</title>
<link>http://bbpress.org/forums/topic/seemless-wordpress-integration/page/2#post-17711</link>
<pubDate>Sun, 27 Jul 2008 20:42:49 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17711@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;vilimaunula - your site akirakurosawa.info is an quite impressive integration of WP and BBPress. I'm wondering how you managed to  integrate your forum and wordpress loops into one, as presented on this page: &#60;a href=&#34;http://akirakurosawa.info/forums/.&#34; rel=&#34;nofollow&#34;&#62;http://akirakurosawa.info/forums/.&#60;/a&#62; You are showing a single chronological list of recent posts and comments across both your WP blog and BBPress forum. Would you mind sharing how you did this? I'm very new to PHP so would not be able to tweak things easily to make this happen.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-17342</link>
<pubDate>Wed, 16 Jul 2008 17:51:49 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17342@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Wait, so was this ever resolved after a year?&#60;br /&#62;
With WordPress in the root and bbPress in a sub-directory (ie. /forums/) can they both have pretty permalinks?&#60;/p&#62;
&#60;p&#62;I have an idea if not - simple edit the webroot wordpress htaccess like so:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/forums/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&#38;lt;/IfModule&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;where  &#60;code&#62;/forums/&#60;/code&#62; is the install path of bbpres underneath wordpress. Remember you still need the local htaccess for bbpress in it's own folder.
&#60;/p&#62;</description>
</item>
<item>
<title>AntonioP on "*seamless* wordpress integration"</title>
<link>http://bbpress.org/forums/topic/seemless-wordpress-integration/page/2#post-16452</link>
<pubDate>Sun, 25 May 2008 00:27:10 +0000</pubDate>
<dc:creator>AntonioP</dc:creator>
<guid isPermaLink="false">16452@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am thouroughly confused on how to do this.  Where the heck would I actually start?  I don't want to integrate the the databases/cookies/etc., I just want to apply the same look of my header and footer at &#60;a href=&#34;http://www.atriskstoriesofhope.com/&#34; rel=&#34;nofollow&#34;&#62;www.atriskstoriesofhope.com/&#60;/a&#62; with &#60;a href=&#34;http://www.atriskstoriesofhope.com/bbpress...&#34; rel=&#34;nofollow&#34;&#62;www.atriskstoriesofhope.com/bbpress...&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-16138</link>
<pubDate>Mon, 12 May 2008 01:55:06 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">16138@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@ stitchadoodle&#60;/p&#62;
&#60;p&#62;The rules are output to screen when you go to &#60;a href=&#34;http://example.com/bb/bb-admin/rewrite-rules.php&#34; rel=&#34;nofollow&#34;&#62;http://example.com/bb/bb-admin/rewrite-rules.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Obviously replace example.com with your domain.
&#60;/p&#62;</description>
</item>
<item>
<title>stitchadoodle on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-15966</link>
<pubDate>Sun, 04 May 2008 21:41:38 +0000</pubDate>
<dc:creator>stitchadoodle</dc:creator>
<guid isPermaLink="false">15966@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;**update**: just found &#60;a href=&#34;http://bbpress.org/documentation/faq/#pretty-permalinks&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/documentation/faq/#pretty-permalinks&#60;/a&#62;&#60;br /&#62;
 after looking for days, don't know why it took so long to find.  this did the trick!&#60;/p&#62;
&#60;p&#62;----------------------------&#60;br /&#62;
Also having a problem with pretty permalinks.  i am on bluehost with the following:&#60;/p&#62;
&#60;p&#62;wordpress 2.5.1 installed at example.com/blog&#60;br /&#62;
bbpress 0.9.0.2 installed at example.com/bb&#60;/p&#62;
&#60;p&#62;i do have my wp akismet key applied in bbpress, but other than that no wp integration.  bbpress works fine until i activate pretty permalinks.  at that time, i can see all of my topics &#38;#38; stuff, but i just get 404 when i try to get to them.&#60;/p&#62;
&#60;p&#62;here's an interesting thing i discovered: both installed to my site via SimpleScripts.  WP works fine, but bb appears to have no .htaccess file at all.  i do see one in attached to a theme, but that's it, and apparently not useful there.&#60;/p&#62;
&#60;p&#62;since this seems to be the issue, sort of narrowed down, i created an .htaccess file using the code shown by jethro, but i know there's something missing.  it didn't break my site, but i couldn't even get to admin area to see if i could make the permalinks work.&#60;/p&#62;
&#60;p&#62;i'm not a programmer, but if anyone can tell me what code i need to have in the .htaccess file, i can make the file and upload it.&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>jethrokapinksy on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-15882</link>
<pubDate>Wed, 30 Apr 2008 07:06:31 +0000</pubDate>
<dc:creator>jethrokapinksy</dc:creator>
<guid isPermaLink="false">15882@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok, I just realized that what worked for me only applied to a 'clean' top-level install, and what people are having issues with is installing bbpress in example.com/forums/, because example.com's .htaccess is over-riding example.com/forums/ 's .htaccess file.&#60;/p&#62;
&#60;p&#62;So here's my example.com (permalinks work great):&#60;/p&#62;
&#60;p&#62;&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-f&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-d&#60;br /&#62;
RewriteRule . /index.php [L]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;chmod: 644&#60;/p&#62;
&#60;p&#62;And here's my example.com/forums .htaccess content:&#60;/p&#62;
&#60;p&#62;&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /forum/&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-f&#60;br /&#62;
RewriteRule ^([^/]+)/(.*)?$ /forum/$1.php [PT,QSA]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>jethrokapinksy on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-13208</link>
<pubDate>Thu, 17 Jan 2008 22:11:25 +0000</pubDate>
<dc:creator>jethrokapinksy</dc:creator>
<guid isPermaLink="false">13208@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;this is what worked for me:&#60;/p&#62;
&#60;p&#62;&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /&#60;br /&#62;
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /tags.php?tag=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/([^/]+)/?$ /tags.php?tag=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/?$ /tags.php [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([^/]+)/([^/]+)/?$ /profile.php?id=$1&#38;#38;tab=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&#38;#38;tab=$2&#38;#38;page=$3 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([^/]+)/?$ /profile.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /view.php?view=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^view/([^/]+)/?$ /view.php?view=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/?$ /rss.php [L,QSA]&#60;br /&#62;
RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/topic/([^/]+)/?$ /rss.php?topic=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/tags/([^/]+)/?$ /rss.php?tag=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/profile/([^/]+)/?$ /rss.php?profile=$1 [L,QSA]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;hope that helps someone
&#60;/p&#62;</description>
</item>
<item>
<title>mvh on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-12955</link>
<pubDate>Sun, 30 Dec 2007 17:01:48 +0000</pubDate>
<dc:creator>mvh</dc:creator>
<guid isPermaLink="false">12955@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;any luck so far djuggler?&#60;/p&#62;
&#60;p&#62;i've been trying the suggestions but so far, its still the same =(
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-12950</link>
<pubDate>Sat, 29 Dec 2007 17:02:33 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">12950@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Although &#34;redir&#34; indicated mod_rewrite working. But, that doesn't seem to be working on &#34;http://www.make2for1.com/forum/general&#34; testing, or it would output similar result like &#34;http://make2for1.com/forum.php?id=1&#34; did. &#60;/p&#62;
&#60;p&#62;No idea why &#34;RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]&#34; didn't match on your forums.&#60;/p&#62;
&#60;p&#62;What was the file path of 404 in web server's log (using rewrite rules), when accessed &#34;http://www.make2for1.com/forum/general&#34;?
&#60;/p&#62;</description>
</item>
<item>
<title>djuggler on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-12948</link>
<pubDate>Sat, 29 Dec 2007 16:14:16 +0000</pubDate>
<dc:creator>djuggler</dc:creator>
<guid isPermaLink="false">12948@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;livibetter: You are right. I reversed the modifications after testing. They are in place now. A side note, if the directory 'youcantfindme' does not exist then &#60;a href=&#34;http://make2for1.com/redir&#34; rel=&#34;nofollow&#34;&#62;http://make2for1.com/redir&#60;/a&#62; returns:&#60;/p&#62;
&#60;p&#62;&#34;Error 404 - Not found&#60;br /&#62;
Your browser can't find the document corresponding to the URL you typed in.&#34;&#60;/p&#62;
&#60;p&#62;And shows &#60;a href=&#34;http://make2for1.com/youcantfindme&#34; rel=&#34;nofollow&#34;&#62;http://make2for1.com/youcantfindme&#60;/a&#62; in the address field of the browser.  If I create the directory 'youcantfindme' and put an index file in there then &#60;a href=&#34;http://make2for1.com/redir&#34; rel=&#34;nofollow&#34;&#62;http://make2for1.com/redir&#60;/a&#62; does indeed show the index file and the address changes to &#60;a href=&#34;http://make2for1.com/youcantfindme.&#34; rel=&#34;nofollow&#34;&#62;http://make2for1.com/youcantfindme.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The debug test shows the following:&#60;br /&#62;
----&#60;br /&#62;
&#60;a href=&#34;http://make2for1.com/forum.php?id=1&#34; rel=&#34;nofollow&#34;&#62;http://make2for1.com/forum.php?id=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;REQUEST_URI: string(15) &#34;/forum.php?id=1&#34;&#60;br /&#62;
should be: string(14) &#34;/forum/general&#34;&#60;br /&#62;
full permalink: string(38) &#34;http://www.make2for1.com/forum/general&#34;&#60;br /&#62;
PATH_INFO: string(10) &#34;/forum.php&#34;  &#60;/p&#62;
&#60;p&#62;-----&#60;br /&#62;
&#60;a href=&#34;http://www.make2for1.com/forum/general&#34; rel=&#34;nofollow&#34;&#62;http://www.make2for1.com/forum/general&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Error 404 - Not found&#60;br /&#62;
Your browser can't find the document corresponding to the URL you typed in.&#60;/p&#62;
&#60;p&#62;[That was with the RewriteRule redir youcantfindme [R=301,L] .htaccess]&#60;/p&#62;
&#60;p&#62;-----&#60;br /&#62;
&#60;a href=&#34;http://www.make2for1.com/forum/general&#34; rel=&#34;nofollow&#34;&#62;http://www.make2for1.com/forum/general&#60;/a&#62;&#60;br /&#62;
[with the actual .htaccess generated with &#60;a href=&#34;http://make2for1.com/bb-admin/rewrite-rules.php]&#34; rel=&#34;nofollow&#34;&#62;http://make2for1.com/bb-admin/rewrite-rules.php]&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;also&#60;br /&#62;
Error 404 - Not found&#60;br /&#62;
Your browser can't find the document corresponding to the URL you typed in.&#60;/p&#62;
&#60;p&#62;----&#60;br /&#62;
I have returned the .htaccess back to&#60;br /&#62;
&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteRule redir youcantfindme [R=301,L]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
so you can see the &#60;a href=&#34;http://make2for1.com/redir&#34; rel=&#34;nofollow&#34;&#62;http://make2for1.com/redir&#60;/a&#62; work &#60;/p&#62;
&#60;p&#62;If anyone wants to play with this, I'll happily setup an ftp account. Email &#60;a href=&#34;mailto:juggler@gmail.com&#34;&#62;juggler@gmail.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have left the changes in place.&#60;/p&#62;
&#60;p&#62;Thanks.&#60;br /&#62;
Doug
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-12908</link>
<pubDate>Thu, 27 Dec 2007 14:53:05 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">12908@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Where did you put that .htaccess, in the parent folder or the forum folder?
&#60;/p&#62;</description>
</item>
<item>
<title>kaolin on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-12903</link>
<pubDate>Thu, 27 Dec 2007 09:09:13 +0000</pubDate>
<dc:creator>kaolin</dc:creator>
<guid isPermaLink="false">12903@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just ran into this myself... Didn't think to check here for a workaround.  I have bbpress installed as /forum/ and my approach was to add an htaccess with the following:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;RewriteEngine On&#60;br /&#62;
RewriteBase /forum/&#60;/p&#62;
&#60;p&#62;RewriteCond %{REQUEST_FILENAME} !-f&#60;br /&#62;
RewriteRule ^([^/]+)/(.*)?$ /forum/$1.php [PT,QSA]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It seems to be working fine.
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-12871</link>
<pubDate>Mon, 24 Dec 2007 04:54:16 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">12871@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;(edit: How did you know it was working? I didn't notice your 404 doesn't give the url information. Please use the following code for testing&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteRule redir youcantfindme [R=301,L]
&#38;lt;/IfModule&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This time please check the browser's address, and make sure you read &#60;a href=&#34;http://make2for1.com/youcantfindme.&#34; rel=&#34;nofollow&#34;&#62;http://make2for1.com/youcantfindme.&#60;/a&#62; If you do read that, please continue to the following testing.)&#60;/p&#62;
&#60;p&#62;Please place &#60;code&#62;$bb-&#38;gt;debug = 1;&#60;/code&#62; to your &#60;code&#62;config.php&#60;/code&#62;&#60;br /&#62;
Add &#60;code&#62;exit;&#60;/code&#62; right after &#60;code&#62;bb_repermalink();&#60;/code&#62; in &#60;code&#62;forum.php&#60;/code&#62; like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php

require_once(&#38;#39;./bb-load.php&#38;#39;);

$forum_id = 0;

bb_repermalink();
exit;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then navigate to &#60;code&#62;&#60;a href=&#34;http://make2for1.com/forum.php?id=1&#34; rel=&#34;nofollow&#34;&#62;http://make2for1.com/forum.php?id=1&#60;/a&#62;&#60;/code&#62; and &#60;code&#62;&#60;a href=&#34;http://www.make2for1.com/forum/general&#34; rel=&#34;nofollow&#34;&#62;http://www.make2for1.com/forum/general&#60;/a&#62;&#60;/code&#62;, once you done, post the result and DO NOT REMOVE this modification (allow us to check it).
&#60;/p&#62;</description>
</item>
<item>
<title>djuggler on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-12870</link>
<pubDate>Mon, 24 Dec 2007 04:16:01 +0000</pubDate>
<dc:creator>djuggler</dc:creator>
<guid isPermaLink="false">12870@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Performed livibetter's test. mod_rewrite undeniable works.
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-12853</link>
<pubDate>Sun, 23 Dec 2007 04:40:59 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">12853@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Could you test your &#60;code&#62;mod_rewrite&#60;/code&#62; is really working on &#60;a href=&#34;http://make2for1.com/&#34; rel=&#34;nofollow&#34;&#62;http://make2for1.com/&#60;/a&#62;&#60;br /&#62;
Please add the following to the top of &#60;code&#62;.htaccess&#60;/code&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /
RewriteRule redir youcantfindme
&#38;lt;/IfModule&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Use browser and navigate to &#60;a href=&#34;http://make2for1.com/redir&#34; rel=&#34;nofollow&#34;&#62;http://make2for1.com/redir&#60;/a&#62;&#60;br /&#62;
If you read &#60;code&#62;/youcantfindme&#60;/code&#62; was not found, then &#60;code&#62;mod_rewrite&#60;/code&#62; does work.
&#60;/p&#62;</description>
</item>
<item>
<title>djuggler on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-12845</link>
<pubDate>Sat, 22 Dec 2007 16:11:36 +0000</pubDate>
<dc:creator>djuggler</dc:creator>
<guid isPermaLink="false">12845@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;mvh: None yet. I'm going to start digging into code and rewrite rules in my spare time. &#60;a href=&#34;http://make2for1.com/&#34; rel=&#34;nofollow&#34;&#62;http://make2for1.com/&#60;/a&#62; is about as basic an install of bbpress as can be done. Implementing bbpress shouldn't be this difficult.&#60;/p&#62;
&#60;p&#62;Obviously mod_rewrite at 1and1 works fine since WordPress pretty permalinks work. I use them at &#60;a href=&#34;http://realityme.net/&#34; rel=&#34;nofollow&#34;&#62;http://realityme.net/&#60;/a&#62; with no problems.&#60;/p&#62;
&#60;p&#62;If I get a solution, I will definitely post it here.
&#60;/p&#62;</description>
</item>
<item>
<title>mvh on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-12844</link>
<pubDate>Sat, 22 Dec 2007 10:08:52 +0000</pubDate>
<dc:creator>mvh</dc:creator>
<guid isPermaLink="false">12844@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;djuggler&#60;/p&#62;
&#60;p&#62;any luck so far?&#60;/p&#62;
&#60;p&#62;I am also with 1and1 hosting.
&#60;/p&#62;</description>
</item>
<item>
<title>djuggler on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-12811</link>
<pubDate>Thu, 20 Dec 2007 20:01:31 +0000</pubDate>
<dc:creator>djuggler</dc:creator>
<guid isPermaLink="false">12811@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;To eliminate WordPress as a possible problem, I have tried a fresh install of BBPress 0.8.3 in a new directory ~/make2for1_com/ for a throwaway domain I had laying around &#60;a href=&#34;http://make2for1.com/&#34; rel=&#34;nofollow&#34;&#62;http://make2for1.com/&#60;/a&#62; The database is a freshly created MySQL 4 db. PHP is using version 4.4.7 The .htaccess uses the code generated with &#60;a href=&#34;http://make2for1.com//bb-admin/rewrite-rules.php&#34; rel=&#34;nofollow&#34;&#62;http://make2for1.com//bb-admin/rewrite-rules.php&#60;/a&#62; and nothing else. The config is the sample file with all the appropriate blanks filled in and nothing more.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = 'slugs'; is set.&#60;/p&#62;
&#60;p&#62;Trying to get to a profiles produces a 404. Trying to read a discussion produces a 404. If I change $bb-&#38;gt;mod_rewrite = false; it works.
&#60;/p&#62;</description>
</item>
<item>
<title>djuggler on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-12810</link>
<pubDate>Thu, 20 Dec 2007 19:42:42 +0000</pubDate>
<dc:creator>djuggler</dc:creator>
<guid isPermaLink="false">12810@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is the most recent .htaccess based upon /bb-admin/rewrite-rules.php:&#60;br /&#62;
&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /&#60;br /&#62;
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /tags.php?tag=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/([^/]+)/?$ /tags.php?tag=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/?$ /tags.php [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([^/]+)/([^/]+)/?$ /profile.php?id=$1&#38;#38;tab=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&#38;#38;tab=$2&#38;#38;page=$3 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([^/]+)/?$ /profile.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /view.php?view=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^view/([^/]+)/?$ /view.php?view=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/?$ /rss.php [L,QSA]&#60;br /&#62;
RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/topic/([^/]+)/?$ /rss.php?topic=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/tags/([^/]+)/?$ /rss.php?tag=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/profile/([^/]+)/?$ /rss.php?profile=$1 [L,QSA]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;I also tried:&#60;br /&#62;
Options +MultiViews&#60;/p&#62;
&#60;p&#62;And here's the config.php&#60;br /&#62;
&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', 'CORRECT');      // The name of the database&#60;br /&#62;
define('BBDB_USER', 'CORRECT');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', 'CORRECT'); // ...and password&#60;br /&#62;
define('BBDB_HOST', 'CORRECT');    // 99% chance you won't need to change these last few&#60;/p&#62;
&#60;p&#62;define('BBDB_CHARSET', 'utf8');      // If you are *upgrading*, and your old config.php does&#60;br /&#62;
define('BBDB_COLLATE', '');          // not have these two contstants in them, DO NOT define them&#60;br /&#62;
                                     // If you are installing for the first time, leave them here&#60;/p&#62;
&#60;p&#62;// Change the prefix if you want to have multiple forums in a single database.&#60;br /&#62;
$bb_table_prefix = 'bb_'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;// The full URL of your bbPress install&#60;br /&#62;
$bb-&#38;gt;uri = 'http://talk.tnlotteryresults.com/';&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name = 'Discuss the Tennessee Lottery';&#60;/p&#62;
&#60;p&#62;// This must be set before you run the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = 'juggler@gmail.com';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks, set to 'slugs' if you want to use slug based pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = 'slugs';&#60;/p&#62;
&#60;p&#62;// The number of topics that show on each page.&#60;br /&#62;
$bb-&#38;gt;page_topics = 30;&#60;/p&#62;
&#60;p&#62;// A user can edit a post for this many minutes after submitting.&#60;br /&#62;
$bb-&#38;gt;edit_lock = 60;&#60;/p&#62;
&#60;p&#62;// Your timezone offset.  Example: -7 for Pacific Daylight Time.&#60;br /&#62;
$bb-&#38;gt;gmt_offset = -5;&#60;/p&#62;
&#60;p&#62;// Change this to localize bbPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to bb-includes/languages.&#60;br /&#62;
// For example, install de.mo to bb-includes/languages and set BBLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define('BBLANG', '');&#60;/p&#62;
&#60;p&#62;// Your Akismet Key.  You do not need a key to run bbPress, but if you want to take advantage&#60;br /&#62;
// of Akismet's powerful spam blocking, you'll need one.  You can get an Akismet key at&#60;br /&#62;
// &#60;a href=&#34;http://wordpress.com/api-keys/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.com/api-keys/&#60;/a&#62;&#60;br /&#62;
$bb-&#38;gt;akismet_key = '0123456789ab'; // Example: '0123456789ab'&#60;/p&#62;
&#60;p&#62;// The rest is only useful if you are integrating bbPress with WordPress.&#60;br /&#62;
// If you're not, just leave it as it is.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = '';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = 'http://new.tnlotteryresults.com';  // WordPress - Options-&#38;gt;General: Blog address (URL) // Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://new.tnlotteryresults.com';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // Example: 'http://example.com'&#60;/p&#62;
&#60;p&#62;//The following allow users from the WordPress blog to mix with the bbpress users&#60;br /&#62;
define('USER_BBDB_NAME','CORRECT_BUT_DIFFERENT_THAN_ABOVE');&#60;br /&#62;
define('USER_BBDB_USER','CORRECT_BUT_DIFFERENT_THAN_ABOVE');&#60;br /&#62;
define('USER_BBDB_PASSWORD','CORRECT_BUT_DIFFERENT_THAN_ABOVE');&#60;br /&#62;
define('USER_BBDB_HOST','CORRECT_BUT_DIFFERENT_THAN_ABOVE'); &#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;if ( !defined('BBPATH') )&#60;br /&#62;
	define('BBPATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BBPATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks for gandering!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-12808</link>
<pubDate>Thu, 20 Dec 2007 17:42:44 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">12808@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you post your .htaccess?
&#60;/p&#62;</description>
</item>
<item>
<title>djuggler on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working/page/2#post-12807</link>
<pubDate>Thu, 20 Dec 2007 16:10:03 +0000</pubDate>
<dc:creator>djuggler</dc:creator>
<guid isPermaLink="false">12807@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have now installed wordpress2.3 at &#60;a href=&#34;http://new.tnlotteryresults.com/&#34; rel=&#34;nofollow&#34;&#62;http://new.tnlotteryresults.com/&#60;/a&#62; and bbpress 0.8.3 at &#60;a href=&#34;http://talk.tnlotteryresults.com/&#34; rel=&#34;nofollow&#34;&#62;http://talk.tnlotteryresults.com/&#60;/a&#62; They are located in two physically separate directories using two different databases with no .htaccess in any parent directory. Matter of fact, all parent directories between root and each of the sites are empty. Pretty permalinks work on &#60;a href=&#34;http://new.tnlotteryresults.com/&#34; rel=&#34;nofollow&#34;&#62;http://new.tnlotteryresults.com/&#60;/a&#62; and fail on &#60;a href=&#34;http://talk.tnlotteryresults.com/&#34; rel=&#34;nofollow&#34;&#62;http://talk.tnlotteryresults.com/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;I have edited the .htaccess with both methods shown in the installation instructions as well as making sure that I had 'slugs' in the config.php&#60;/p&#62;
&#60;p&#62;Why does WordPress implement pretty permalinks so easily and bbpress is so resistant?
&#60;/p&#62;</description>
</item>
<item>
<title>aaron1728 on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working#post-12564</link>
<pubDate>Wed, 12 Dec 2007 07:27:11 +0000</pubDate>
<dc:creator>aaron1728</dc:creator>
<guid isPermaLink="false">12564@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How should I modify my .htaccess to accomodate a bbpress install in a /forums/ subdirectory?  The install worked but permalinks aren't.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;# BEGIN WordPress
&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&#38;lt;/IfModule&#38;gt;

# END WordPress&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>djvibe on "*seamless* wordpress integration"</title>
<link>http://bbpress.org/forums/topic/seemless-wordpress-integration/page/2#post-11127</link>
<pubDate>Thu, 27 Sep 2007 05:42:35 +0000</pubDate>
<dc:creator>djvibe</dc:creator>
<guid isPermaLink="false">11127@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;After talking with the author of the tutorial I am going to create a separate CSS file that I can import into my WP CSS.. I think this is better because then it can be used as a starting point for others using the Themepress BBP Theme.. I think this should be integrated into the next release of  Themepress..
&#60;/p&#62;</description>
</item>
<item>
<title>djvibe on "*seamless* wordpress integration"</title>
<link>http://bbpress.org/forums/topic/seemless-wordpress-integration/page/2#post-11126</link>
<pubDate>Thu, 27 Sep 2007 05:23:35 +0000</pubDate>
<dc:creator>djvibe</dc:creator>
<guid isPermaLink="false">11126@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;There is a really good tutorial to integrate the WP + BBP seamlessly here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.adityanaik.com/integratepress-part-i/&#34; rel=&#34;nofollow&#34;&#62;http://www.adityanaik.com/integratepress-part-i/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It worked great for me and includes a Theme for BBP that integrates all WP functions into BBP and keeps the header and footer in tact... the only problem is that the BBP CSS is totally lost.. I am currently trying to create a Master CSS file that integrates the kakumei CSS in my WP CSS.. but my CSS skills are not exactly up to date...  Ill keep you posted on how it goes...
&#60;/p&#62;</description>
</item>
<item>
<title>rashantha on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working#post-10625</link>
<pubDate>Fri, 31 Aug 2007 01:21:50 +0000</pubDate>
<dc:creator>rashantha</dc:creator>
<guid isPermaLink="false">10625@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;no, but i was getting ready to create one there thinking that might be the issue.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Pretty Permalinks Not Working"</title>
<link>http://bbpress.org/forums/topic/pretty-permalinks-not-working#post-10621</link>
<pubDate>Thu, 30 Aug 2007 23:04:42 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">10621@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#38;gt; .htaccess is in lankapod/forum/ folder&#60;/p&#62;
&#60;p&#62;That's good, but is there a .htaccess in your base ( lankapod/ ) directory?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
