<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; Tag: rewrite - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/rewrite</link>
		<description>bbPress Support Forums &#187; Tag: rewrite - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 23:13:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/rewrite" rel="self" type="application/rss+xml" />

		<item>
			<title>inexpert on "About the rewrite"</title>
			<link>http://bbpress.org/forums/topic/about-the-rewrite#post-90358</link>
			<pubDate>Wed, 03 Aug 2011 17:09:44 +0000</pubDate>
			<dc:creator>inexpert</dc:creator>
			<guid isPermaLink="false">90358@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've been dealing with Wordperss for the last few months. I liked it and decided to use it as CMS for my web page, as you can see in:<br />
<a href="http://www.opes.es/">http://www.opes.es</a><br />
First of all, is in spanish sorry. But as you can see on tests you can search for tests and complete them. Then forum topics(bbPress plugin 2.0) topics are created linked to the question.<br />
Anyway, I would like to find something like a guide with the basic instructions about creating custom posts, and to rewrite the information I need to pass as parameters. Now, as you can see in the website, the test id for example is send to the web as a get parameter without been rewrited(?ID=x). Not pretty at all, and apparently not good for search engines.</p>
<p>Thank you all.
</p>]]></description>
					</item>
		<item>
			<title>OldCow on "RewriteEngine for sub-domain"</title>
			<link>http://bbpress.org/forums/topic/rewriteengine-for-sub-domain#post-82804</link>
			<pubDate>Thu, 17 Feb 2011 15:26:45 +0000</pubDate>
			<dc:creator>OldCow</dc:creator>
			<guid isPermaLink="false">82804@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I checked the syntax of the RewriteEngine. The redirect works:<br />
RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^forum.mysite.com$<br />
RewriteRule (.*)$ <a href="http://www.forum.mysite.com/$1" rel="nofollow">http://www.forum.mysite.com/$1</a> [R=301,L]</p>
<p>I am not using WP only bbPress installation.</p>
<p>The problem is the login into ppPress.</p>
<p>bbPress login does not recognize: <a href="http://www.forum.mysite/bb-login.php" rel="nofollow">http://www.forum.mysite/bb-login.php</a>.</p>
<p>It needs: <a href="http://forum.mysite.com/bb-login.php" rel="nofollow">http://forum.mysite.com/bb-login.php</a>.</p>
<p>I tried permalink settings none and name based, same issue.</p>
<p>Does anyone uses redirect and how can I eliminate "double" content and redirect permanently to <a href="http://www.forum.mysite.com?" rel="nofollow">http://www.forum.mysite.com?</a>
</p>]]></description>
					</item>
		<item>
			<title>OldCow on "RewriteEngine for sub-domain"</title>
			<link>http://bbpress.org/forums/topic/rewriteengine-for-sub-domain#post-82785</link>
			<pubDate>Wed, 16 Feb 2011 18:24:11 +0000</pubDate>
			<dc:creator>OldCow</dc:creator>
			<guid isPermaLink="false">82785@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>As I discovered in the forum, I guess there is a problem with rewrite permalinks for the login. I tried it with permalink settings none, an emptied .htaccess file, and the name based option. Any recommendations to get the rewrite corrected are welcome.
</p>]]></description>
					</item>
		<item>
			<title>OldCow on "RewriteEngine for sub-domain"</title>
			<link>http://bbpress.org/forums/topic/rewriteengine-for-sub-domain#post-82779</link>
			<pubDate>Wed, 16 Feb 2011 15:46:06 +0000</pubDate>
			<dc:creator>OldCow</dc:creator>
			<guid isPermaLink="false">82779@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I installed the forum in a sub-domain, did place the rewrite code into the .htaccess file:</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^forum\.my-domain.com<br />
RewriteRule (.*) <a href="http://www.forum.my-domain.com/$1" rel="nofollow">http://www.forum.my-domain.com/$1</a> [R=301,L]</p>
<p>It redirects to <a href="http://www.forum.my-domain.com" rel="nofollow">http://www.forum.my-domain.com</a>, but the login doesn't work and brings me back to the bb-login.php page.</p>
<p><a href="http://www.forum.my-domain.com/bb-login.php" rel="nofollow">http://www.forum.my-domain.com/bb-login.php</a></p>
<p>What do I need to change in the code above to redirect to <a href="http://www.forum.my-domain.com" rel="nofollow">http://www.forum.my-domain.com</a> and the login works?
</p>]]></description>
					</item>
		<item>
			<title>webmacho on "Rewrite rules under lighttpd?"</title>
			<link>http://bbpress.org/forums/topic/rewrite-rules-under-lighttpd#post-78671</link>
			<pubDate>Sun, 12 Dec 2010 10:06:01 +0000</pubDate>
			<dc:creator>webmacho</dc:creator>
			<guid isPermaLink="false">78671@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Any updates on this #<br />
# shoggy ?</p>
<p>I have something simlar for my wordpress but this one you aded here does not work for bbpress</p>
<p>do I need to add more rules?
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "WP forwarding to /forum/wp-admin"</title>
			<link>http://bbpress.org/forums/topic/wp-forwarding-to-forumwp-admin#post-71859</link>
			<pubDate>Tue, 27 Jul 2010 04:54:28 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">71859@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This works:<br />
<a href="http://thomas.ipublish.no/wp-login.php" rel="nofollow">http://thomas.ipublish.no/wp-login.php</a></p>
<p>And this:<br />
<a href="http://thomas.ipublish.no/forum/" rel="nofollow">http://thomas.ipublish.no/forum/</a></p>
<p>BUT</p>
<p>With no trailing slash:<br />
<a href="http://thomas.ipublish.no/wp-admin" rel="nofollow">http://thomas.ipublish.no/wp-admin</a></p>
<p>redirects to:<br />
<a href="http://thomas.ipublish.no/forum/wp-admin/" rel="nofollow">http://thomas.ipublish.no/forum/wp-admin/</a></p>
<p>And gives a 500 Internal Server Error.</p>
<p>With the proper trailing slash:<br />
<a href="http://thomas.ipublish.no/wp-admin/" rel="nofollow">http://thomas.ipublish.no/wp-admin/</a></p>
<p>redirects properly to:<br />
<a href="http://thomas.ipublish.no/wp-login.php?redirect_to=http://thomas.ipublish.no/wp-admin/" rel="nofollow">http://thomas.ipublish.no/wp-login.php?redirect_to=http://thomas.ipublish.no/wp-admin/</a></p>
<p>I'd say it has something to do with the rewrite rules and the RewriteBase maybe, in one of the two .htaccess files, but without seeing the rules from both, it's hard to say.
</p>]]></description>
					</item>
		<item>
			<title>thomasmoen on "WP forwarding to /forum/wp-admin"</title>
			<link>http://bbpress.org/forums/topic/wp-forwarding-to-forumwp-admin#post-71848</link>
			<pubDate>Mon, 26 Jul 2010 23:15:24 +0000</pubDate>
			<dc:creator>thomasmoen</dc:creator>
			<guid isPermaLink="false">71848@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It's located in <a href="http://iPublish.no/forum" rel="nofollow">http://iPublish.no/forum</a>
</p>]]></description>
					</item>
		<item>
			<title>RedBull on "WP forwarding to /forum/wp-admin"</title>
			<link>http://bbpress.org/forums/topic/wp-forwarding-to-forumwp-admin#post-71844</link>
			<pubDate>Mon, 26 Jul 2010 22:44:30 +0000</pubDate>
			<dc:creator>RedBull</dc:creator>
			<guid isPermaLink="false">71844@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Where is bbpress installed in your ftp?
</p>]]></description>
					</item>
		<item>
			<title>thomasmoen on "WP forwarding to /forum/wp-admin"</title>
			<link>http://bbpress.org/forums/topic/wp-forwarding-to-forumwp-admin#post-71843</link>
			<pubDate>Mon, 26 Jul 2010 21:48:40 +0000</pubDate>
			<dc:creator>thomasmoen</dc:creator>
			<guid isPermaLink="false">71843@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have a huge problem. I just innstalled the bbpress and now when I try to access one of my many blogs on the wpmu innstallation, it all forwards to /forum/wp-admin.</p>
<p>Example: <a href="http://thomas.ipublish.no/wp-admin" rel="nofollow">http://thomas.ipublish.no/wp-admin</a> automaticly redirects to <a href="http://thomas.ipublish.no/forum/wp-admin" rel="nofollow">http://thomas.ipublish.no/forum/wp-admin</a></p>
<p>How can I avoid this?</p>
<p>I'm greatful for all help.
</p>]]></description>
					</item>
		<item>
			<title>kevinjohngallagher on "Error Page when Posting"</title>
			<link>http://bbpress.org/forums/topic/error-page-when-posting#post-68846</link>
			<pubDate>Thu, 20 May 2010 21:49:54 +0000</pubDate>
			<dc:creator>kevinjohngallagher</dc:creator>
			<guid isPermaLink="false">68846@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Sorry my friend, but you're using BuddyPress and not bbPress.<br />
Hype aside, they're different, and you whouls take this to the buddyPress forum for help; we'd be close to helpless.</p>
<p>Good luck,<br />
Kev
</p>]]></description>
					</item>
		<item>
			<title>Aermud on "Error Page when Posting"</title>
			<link>http://bbpress.org/forums/topic/error-page-when-posting#post-68842</link>
			<pubDate>Thu, 20 May 2010 20:57:01 +0000</pubDate>
			<dc:creator>Aermud</dc:creator>
			<guid isPermaLink="false">68842@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have a really weird issue, whenever I try to create a new group or forum on my BBPress forum, there is a split second delay where it goes to my 404 page, then it refreshes quickly and finishes what its supposed to do. Its kind of confusing to understand. check out <a href="http://www.pedalmovement.com" rel="nofollow">http://www.pedalmovement.com</a> to see the problem
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-67006</link>
			<pubDate>Thu, 08 Apr 2010 23:44:46 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">67006@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>see <a href="http://bbpress.org/forums/topic/name-based-permalinks-without-page-and-forums" rel="nofollow">http://bbpress.org/forums/topic/name-based-permalinks-without-page-and-forums</a>
</p>]]></description>
					</item>
		<item>
			<title>paamayim on "bbPress + WordPress (mu or not) leads to 404 errors, but p"</title>
			<link>http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load#post-62075</link>
			<pubDate>Tue, 22 Dec 2009 12:49:46 +0000</pubDate>
			<dc:creator>paamayim</dc:creator>
			<guid isPermaLink="false">62075@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Just an update, I read elsewhere that this is deprecated in latest WP versions:</p>
<p><code>require_once dirname(dirname(__FILE__)) . &#39;/wp-blog-header.php&#39;;</code></p>
<p>This should be used instead:</p>
<p><code>require_once dirname(dirname(__FILE__)) . &#39;/wp-load.php&#39;;</code>
</p>]]></description>
					</item>
		<item>
			<title>paamayim on "bbPress + WordPress (mu or not) leads to 404 errors, but p"</title>
			<link>http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load#post-62072</link>
			<pubDate>Tue, 22 Dec 2009 09:36:31 +0000</pubDate>
			<dc:creator>paamayim</dc:creator>
			<guid isPermaLink="false">62072@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This is so annoying guys :(</p>
<p>What's the cleanest solution to this, for WP 2.8.6 installed in / and bbPress 1.0.2 installed in /forum/ ?</p>
<p>Thanks very much, indexing is vital to me.
</p>]]></description>
					</item>
		<item>
			<title>Dailytalker on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-60629</link>
			<pubDate>Sat, 14 Nov 2009 11:35:42 +0000</pubDate>
			<dc:creator>Dailytalker</dc:creator>
			<guid isPermaLink="false">60629@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi, I’ve just followed your instructions and was also able to remove “forum” and “topic” from the urls.</p>
<p>But something is wrong because the pages cannot be found.  This is my rewrite code (it is a bit different from your code because I am using the newest version of bbpress):</p>
<p># BEGIN bbPress</p>
<p>Options -MultiViews</p>
<p>&#60;IfModule mod_rewrite.c&#62;<br />
RewriteEngine On<br />
RewriteBase /forum/</p>
<p>    Options +FollowSymlinks</p>
<p>RewriteRule ^page/([0-9]+)/?$ /index.php?page=$1 [L,QSA]<br />
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ forum.php?id=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]<br />
RewriteRule ^forum/?$ [R=302,L,QSA]</p>
<p>RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]<br />
RewriteRule ^topic/?$ /forum/ [R=302,L,QSA]</p>
<p>RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ tags.php?tag=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^tags/([^/]+)/?$ tags.php?tag=$1 [L,QSA]<br />
RewriteRule ^tags/?$ tags.php [L,QSA]</p>
<p>RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ profile.php?id=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^profile/([^/]+)/([^/]+)/?$ profile.php?id=$1&#38;tab=$2 [L,QSA]<br />
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ profile.php?id=$1&#38;tab=$2&#38;page=$3 [L,QSA]<br />
RewriteRule ^profile/([^/]+)/?$ profile.php?id=$1 [L,QSA]<br />
RewriteRule ^profile/?$ profile.php [L,QSA]</p>
<p>RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ view.php?view=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^view/([^/]+)/?$ view.php?view=$1 [L,QSA]</p>
<p>RewriteRule ^rss/?$ rss.php [L,QSA]<br />
RewriteRule ^rss/topics/?$ rss.php?topics=1 [L,QSA]<br />
RewriteRule ^rss/forum/([^/]+)/?$ rss.php?forum=$1 [L,QSA]<br />
RewriteRule ^rss/forum/([^/]+)/topics/?$ rss.php?forum=$1&#38;topics=1 [L,QSA]<br />
RewriteRule ^rss/topic/([^/]+)/?$ rss.php?topic=$1 [L,QSA]<br />
RewriteRule ^rss/tags/([^/]+)/?$ rss.php?tag=$1 [L,QSA]<br />
RewriteRule ^rss/tags/([^/]+)/topics/?$ /forum/rss.php?tag=$1&#38;topics=1 [L,QSA]<br />
RewriteRule ^rss/profile/([^/]+)/?$ rss.php?profile=$1 [L,QSA]<br />
RewriteRule ^rss/view/([^/]+)/?$ /forum/rss.php?view=$1 [L,QSA]</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^.*$ /forum/index.php [L]<br />
&#60;/IfModule&#62;</p>
<p># END bbPress</p>
<p>Probably I made something wrong with point four where you say that the lines 46 and 48 have to be switched. What do I actually have do do there?</p>
<p>Quote: "4. Open up bb-post.php at the root of your bbPress install and simply switch lines number 46 and 48"</p>
<p>Is it this code?<br />
$link = get_post_link($post_id);</p>
<p>$topic = get_topic( $topic_id, false );
</p>]]></description>
					</item>
		<item>
			<title>Bagi Zoltan on "bbPress + WordPress (mu or not) leads to 404 errors, but p"</title>
			<link>http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load#post-60234</link>
			<pubDate>Sun, 01 Nov 2009 09:13:34 +0000</pubDate>
			<dc:creator>Bagi Zoltan</dc:creator>
			<guid isPermaLink="false">60234@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I faced with the very same problem with two bbpress installations along with a WP. I slightly modified the function is_404() in the /wp-includes/query.php so the function returns true when the requested uri belongs to the forums.</p>
<p><code>function is_404 () {<br />
	global $wp_query;<br />
	if (preg_match('/(firstbbpressfoldername&#124;secondbbpressfoldername)/i', $_SERVER['REQUEST_URI']))<br />
	{return true;}<br />
	else{<br />
	return $wp_query-&#62;is_404;}<br />
}<br />
</code><br />
After saving the irritating 404 issue has gone.<br />
Regards<br />
Zoli
</p>]]></description>
					</item>
		<item>
			<title>Alekseo on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-59769</link>
			<pubDate>Tue, 20 Oct 2009 13:51:35 +0000</pubDate>
			<dc:creator>Alekseo</dc:creator>
			<guid isPermaLink="false">59769@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Anyone got this working atm? And im also wondering if this is the way to remove the topic/ from individual posts and then insert the /forums/FORUMNAME/postname instead?
</p>]]></description>
					</item>
		<item>
			<title>AphelionZ on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-58308</link>
			<pubDate>Sun, 20 Sep 2009 08:56:57 +0000</pubDate>
			<dc:creator>AphelionZ</dc:creator>
			<guid isPermaLink="false">58308@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Whoops! Sorry. Fixed.
</p>]]></description>
					</item>
		<item>
			<title>kirpi.it on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-58304</link>
			<pubDate>Sun, 20 Sep 2009 06:12:24 +0000</pubDate>
			<dc:creator>kirpi.it</dc:creator>
			<guid isPermaLink="false">58304@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Point 4 in your linked page does not read in full, AphelionZ: it is cut...
</p>]]></description>
					</item>
		<item>
			<title>AphelionZ on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-58280</link>
			<pubDate>Sat, 19 Sep 2009 19:15:54 +0000</pubDate>
			<dc:creator>AphelionZ</dc:creator>
			<guid isPermaLink="false">58280@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I updated this plugin with some fixes - new posts, and paging. Also, I used a better way of removing the forum/ and topic/ from the urls that doesn't involve str_replace.</p>
<p><a href="http://blog.markroberthenderson.com/getting-rid-of-forums-and-topic-from-bbpress-permalinks-updated-plugin/" rel="nofollow">http://blog.markroberthenderson.com/getting-rid-of-forums-and-topic-from-bbpress-permalinks-updated-plugin/</a>
</p>]]></description>
					</item>
		<item>
			<title>Olaf on "canonical URLs for bbPress 1.02?"</title>
			<link>http://bbpress.org/forums/topic/canonical-urls-for-bbpress-102#post-57333</link>
			<pubDate>Sat, 05 Sep 2009 23:03:26 +0000</pubDate>
			<dc:creator>Olaf</dc:creator>
			<guid isPermaLink="false">57333@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>how about canonical links like suggested by Google?<br />
<a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html" rel="nofollow">http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html</a>
</p>]]></description>
					</item>
		<item>
			<title>Tomcraft1980 on "canonical URLs for bbPress 1.02?"</title>
			<link>http://bbpress.org/forums/topic/canonical-urls-for-bbpress-102#post-57311</link>
			<pubDate>Sat, 05 Sep 2009 15:16:59 +0000</pubDate>
			<dc:creator>Tomcraft1980</dc:creator>
			<guid isPermaLink="false">57311@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Ahhh.... this worked for me:</p>
<p>RewriteCond %{HTTP_HOST} !^www\. [NC]<br />
RewriteRule ^(.*)$ <a href="http://www.%" rel="nofollow">http://www.%</a>{HTTP_HOST}/forum/$1 [L,R=301] </p>
<p>Thx for the hint!</p>
<p>kind regards</p>
<p>Tom
</p>]]></description>
					</item>
		<item>
			<title>Fernando Tellado on "canonical URLs for bbPress 1.02?"</title>
			<link>http://bbpress.org/forums/topic/canonical-urls-for-bbpress-102#post-57310</link>
			<pubDate>Sat, 05 Sep 2009 15:07:54 +0000</pubDate>
			<dc:creator>Fernando Tellado</dc:creator>
			<guid isPermaLink="false">57310@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You may do it by .htaccess … </p>
<p>From www to no-www </p>
<p><code>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} .<br />
RewriteCond %{HTTP_HOST} !^www.myforums.com\.com<br />
RewriteRule (.*) myforums.com/ [R=301,L]</code></p>
<p>and the opposite … </p>
<p><code>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^myforums.com [NC]<br />
RewriteRule ^(.*)$ <a href="http://www.myforums.com/" rel="nofollow">http://www.myforums.com/</a> [L,R=301]</code>
</p>]]></description>
					</item>
		<item>
			<title>Tomcraft1980 on "canonical URLs for bbPress 1.02?"</title>
			<link>http://bbpress.org/forums/topic/canonical-urls-for-bbpress-102#post-57309</link>
			<pubDate>Sat, 05 Sep 2009 14:56:17 +0000</pubDate>
			<dc:creator>Tomcraft1980</dc:creator>
			<guid isPermaLink="false">57309@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi there,</p>
<p>is there a way to build canonical URLs like WordPress does? WordPress automatically redirects <a href="http://domain.tld" rel="nofollow">http://domain.tld</a> to <a href="http://www.domain.tld" rel="nofollow">http://www.domain.tld</a> and I would like bbPress to do so too.</p>
<p>This is needed to prevent duplicate content on your site.</p>
<p>kind regards</p>
<p>Tom
</p>]]></description>
					</item>
		<item>
			<title>Tommie Hansen on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-41386</link>
			<pubDate>Tue, 21 Jul 2009 07:16:31 +0000</pubDate>
			<dc:creator>Tommie Hansen</dc:creator>
			<guid isPermaLink="false">41386@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hm, this doesn't seem to work that well with bbPress 1.01 unfortunately. Posting new posts seem to go to hell and it just redirects one to FORUM-URL/</p>
<p>Any updates?</p>
<p>Forum:<br />
<a href="http://www.callofduty.se/forum/" rel="nofollow">http://www.callofduty.se/forum/</a>
</p>]]></description>
					</item>
		<item>
			<title>anandsrinivasan on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-24607</link>
			<pubDate>Mon, 09 Mar 2009 14:42:46 +0000</pubDate>
			<dc:creator>anandsrinivasan</dc:creator>
			<guid isPermaLink="false">24607@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is there a 'for dummies' version of the same. I am programming-handicapped and can understand nothing of what is been discussed here, though I too want to achieve the same thing :O</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>kilbot on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-22988</link>
			<pubDate>Tue, 13 Jan 2009 03:53:59 +0000</pubDate>
			<dc:creator>kilbot</dc:creator>
			<guid isPermaLink="false">22988@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Has anyone got search results to work ok with this plugin?<br />
The post_link() on my search results are missing the base directory and forum slug (ie: they look like <a href="http://domain.tld//topic-slug#id)" rel="nofollow">http://domain.tld//topic-slug#id)</a></p>
<p>Also, the <a href="http://bbpress.org/plugins/topic/67">My Views</a> plugins don't seem to work properly, has anyone else noticed this?
</p>]]></description>
					</item>
		<item>
			<title>Pertinax786 on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-21212</link>
			<pubDate>Tue, 02 Dec 2008 19:25:57 +0000</pubDate>
			<dc:creator>Pertinax786</dc:creator>
			<guid isPermaLink="false">21212@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have it working ok with the plugin, but testing reveals it fails to work with multipage threads, eg:<br />
<a href="http://domain.com/forums/test/your-first-topic/page/2" rel="nofollow">http://domain.com/forums/test/your-first-topic/page/2</a><br />
breaks and redirects to //</p>
<p>I had a look at the rewrites and similar but it seems ok (though I am not an expert), so I am at a loss. Is anyone else having this problem? Any ideas on a fix?
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "rewrite rules doesnt work."</title>
			<link>http://bbpress.org/forums/topic/rewrite-rules-doesnt-work#post-18694</link>
			<pubDate>Tue, 26 Aug 2008 20:53:52 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">18694@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>People have had trouble with godaddy and .htaccess before.  I have heard that it takes a while for the changes to take effect?  I don't use them for hosting so I can't confirm.</p>
<p><a href="http://bbpress.org/forums/search.php?q=godaddy" rel="nofollow">http://bbpress.org/forums/search.php?q=godaddy</a><br />
<a href="http://bbpress.org/forums/tags/godaddy" rel="nofollow">http://bbpress.org/forums/tags/godaddy</a><br />
<a href="http://bbpress.org/forums/topic/pretty-permalinks-not-working" rel="nofollow">http://bbpress.org/forums/topic/pretty-permalinks-not-working</a>
</p>]]></description>
					</item>
		<item>
			<title>aiitee on "rewrite rules doesnt work."</title>
			<link>http://bbpress.org/forums/topic/rewrite-rules-doesnt-work#post-18691</link>
			<pubDate>Tue, 26 Aug 2008 20:45:39 +0000</pubDate>
			<dc:creator>aiitee</dc:creator>
			<guid isPermaLink="false">18691@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>hey, i have this site ecopaginas.es and i tried with multiviews and also with the rewrite rules:</p>
<p>&#60;IfModule mod_rewrite.c&#62;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum.php?id=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]<br />
RewriteRule ^forum/?$ / [R,L]<br />
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]<br />
RewriteRule ^topic/?$ / [R,L]<br />
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /tags.php?tag=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^tags/([^/]+)/?$ /tags.php?tag=$1 [L,QSA]<br />
RewriteRule ^tags/?$ /tags.php [L,QSA]<br />
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^profile/([^/]+)/([^/]+)/?$ /profile.php?id=$1&#38;tab=$2 [L,QSA]<br />
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&#38;tab=$2&#38;page=$3 [L,QSA]<br />
RewriteRule ^profile/([^/]+)/?$ /profile.php?id=$1 [L,QSA]<br />
RewriteRule ^profile/?$ /profile.php [L,QSA]<br />
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /view.php?view=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^view/([^/]+)/?$ /view.php?view=$1 [L,QSA]<br />
RewriteRule ^rss/?$ /rss.php [L,QSA]<br />
RewriteRule ^rss/topics/?$ /rss.php?topics=1 [L,QSA]<br />
RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum=$1 [L,QSA]<br />
RewriteRule ^rss/forum/([^/]+)/topics/?$ /rss.php?forum=$1&#38;topics=1 [L,QSA]<br />
RewriteRule ^rss/topic/([^/]+)/?$ /rss.php?topic=$1 [L,QSA]<br />
RewriteRule ^rss/tags/([^/]+)/?$ /rss.php?tag=$1 [L,QSA]<br />
RewriteRule ^rss/profile/([^/]+)/?$ /rss.php?profile=$1 [L,QSA]<br />
RewriteRule ^rss/view/([^/]+)/?$ /rss.php?view=$1 [L,QSA]<br />
&#60;/IfModule&#62;</p>
<p>and it doesnt work, im working with godaddy...</p>
<p>thanks!
</p>]]></description>
					</item>

	</channel>
</rss>

