<?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 Tag: slugs</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: slugs</description>
<language>en</language>
<pubDate>Thu, 16 Oct 2008 01:13:51 +0000</pubDate>

<item>
<title>flywitness on "nicer slug url rewrite plugin (done!)"</title>
<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-18221</link>
<pubDate>Tue, 12 Aug 2008 22:26:29 +0000</pubDate>
<dc:creator>flywitness</dc:creator>
<guid isPermaLink="false">18221@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;got it working by doing this&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/admin-link-not-working-solution&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/admin-link-not-working-solution&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>flywitness on "nicer slug url rewrite plugin (done!)"</title>
<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-18142</link>
<pubDate>Mon, 11 Aug 2008 13:09:26 +0000</pubDate>
<dc:creator>flywitness</dc:creator>
<guid isPermaLink="false">18142@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;actually, the admin link only works if you login on the bbpress page.&#60;/p&#62;
&#60;p&#62;bummer
&#60;/p&#62;</description>
</item>
<item>
<title>flywitness on "nicer slug url rewrite plugin (done!)"</title>
<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-18139</link>
<pubDate>Mon, 11 Aug 2008 11:19:48 +0000</pubDate>
<dc:creator>flywitness</dc:creator>
<guid isPermaLink="false">18139@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;the admin link can be brought to life by adding this:&#60;/p&#62;
&#60;p&#62;RewriteRule ^bb-admin/$ - [L]&#60;/p&#62;
&#60;p&#62;before this line:&#60;/p&#62;
&#60;p&#62;RewriteRule ^([^.]+)/([^.]+)/page/([0-9]+)/?$  topic.php?id=$2&#38;#38;page=$3 [L,QSA]&#60;/p&#62;
&#60;p&#62;and to resurrect login, remove or comment out the line:&#60;/p&#62;
&#60;p&#62;RewriteRule ^bb-login.php$ index.php&#60;/p&#62;
&#60;p&#62;i don't know why its there. perhaps its for something important that i don't get.
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "nicer slug url rewrite plugin (done!)"</title>
<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-16164</link>
<pubDate>Mon, 12 May 2008 18:01:29 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16164@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Nevermind my last post. You can just swap the positions of line 43 and 45, in bb-post.php, and it works. Not sure why, but it does.
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "nicer slug url rewrite plugin (done!)"</title>
<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-16145</link>
<pubDate>Mon, 12 May 2008 05:27:24 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16145@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I discovered another issue with this hack. If you write a new post in a new topic, after the submitting the form, you are redirected back to the forum's front page, instead of the forum you were on. I spent some time digging around the get_post_link() related functions, and couldn't figure out exactly what was going on. However, I was able to make this modification to the bb-post.php file to get it to redirect properly.&#60;/p&#62;
&#60;p&#62;Paste this after line 43, in bb-post.php of bbPress 0.9.0.2&#60;br /&#62;
&#60;code&#62;$link = str_replace(&#38;#39;forums/&#38;#39;, &#38;quot;forums/&#38;quot;. $forum-&#38;gt;$topic_slug, $link);&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "nicer slug url rewrite plugin (done!)"</title>
<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-16042</link>
<pubDate>Wed, 07 May 2008 21:31:39 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16042@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just found a blog post about this, where the author has made the code into a plugin. It's available for download here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.technospot.net/blogs/how-to-remove-forum-and-topic-keyword-from-bbpress-url/&#34; rel=&#34;nofollow&#34;&#62;http://www.technospot.net/blogs/how-to-remove-forum-and-topic-keyword-from-bbpress-url/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The author lists two minor issues here, which hopefully someone here can suggest a fix for:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
• The Link to BBpress admin board link does not work from main site. It redirects to home page. You will need to manually type the link to go inside.&#60;/p&#62;
&#60;p&#62;• In case you type something which does not exists as &#60;a href=&#34;http://sitename.com/&#38;lt;bbpress-directory&#38;gt;/sdaksda&#34; rel=&#34;nofollow&#34;&#62;http://sitename.com/&#38;lt;bbpress-directory&#38;gt;/sdaksda&#60;/a&#62; it returns &#60;a href=&#34;http://sitename.com/&#38;lt;bbpress-directory&#38;gt;//&#34; rel=&#34;nofollow&#34;&#62;http://sitename.com/&#38;lt;bbpress-directory&#38;gt;//&#60;/a&#62; . An extra slash.&#60;/p&#62;
&#60;/blockquote&#62;</description>
</item>
<item>
<title>mrhoratio on "Permalinks Slugs Modification - removing forum"</title>
<link>http://bbpress.org/forums/topic/permalinks-slugs-modification-removing-forum#post-16041</link>
<pubDate>Wed, 07 May 2008 21:28:59 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16041@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Chris, you have a point. However the URL structure of forums and topics always begin with &#34;forum&#34; or &#34;topic&#34;. As in:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/bbpress/forum/pets-discussions/&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/bbpress/forum/pets-discussions/&#60;/a&#62;&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#60;a href=&#34;http://www.example.com/bbpress/topic/my-sweet-dog&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/bbpress/topic/my-sweet-dog&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So it would seem that it should be possible to remove the &#34;bbpress&#34; from the URL without interfering with a Wordpress installation.&#60;/p&#62;
&#60;p&#62;Having said that, I think the solution proposed in the thread I referred to in my last post (http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done) is a much more elegant solution for shortening the bbPress URLs.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Permalinks Slugs Modification - removing forum"</title>
<link>http://bbpress.org/forums/topic/permalinks-slugs-modification-removing-forum#post-16040</link>
<pubDate>Wed, 07 May 2008 21:20:37 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16040@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It could work like that I think if there were no website (like WordPress) in the www root.  Otherwise, how does the server know it's a bbPress page vs. a WordPress page?&#60;/p&#62;
&#60;p&#62;If you are running a forum only on a domain, then it would be silly to have it in any sort of directory at all.  Otherwise, if you have a website in the root, you have to put bbPress into some sort of directory to prevent confusion.
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "Permalinks Slugs Modification - removing forum"</title>
<link>http://bbpress.org/forums/topic/permalinks-slugs-modification-removing-forum#post-16038</link>
<pubDate>Wed, 07 May 2008 20:55:09 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16038@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Just found an earlier thread which hits on a similar problem with shortening the bbPress URL:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In the thread's example. In shows you how to shorten a url like:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/bbpress/forum/pets-discussions/topic/my-sweet-dog&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/bbpress/forum/pets-discussions/topic/my-sweet-dog&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to: &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/bbpress/pets-discussions/my-sweet-dog&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/bbpress/pets-discussions/my-sweet-dog&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now, if it could also be shortened to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/pets-discussions/my-sweet-dog&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/pets-discussions/my-sweet-dog&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That would be even better.
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "Permalinks Slugs Modification - removing forum"</title>
<link>http://bbpress.org/forums/topic/permalinks-slugs-modification-removing-forum#post-16034</link>
<pubDate>Wed, 07 May 2008 19:52:04 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16034@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi Bobby, yes I added those lines to the .htaccess file as well. It didn't seem to fix the problem. So I tried adding it to rewrite-rules.php also.
&#60;/p&#62;</description>
</item>
<item>
<title>bobbyh on "Permalinks Slugs Modification - removing forum"</title>
<link>http://bbpress.org/forums/topic/permalinks-slugs-modification-removing-forum#post-16030</link>
<pubDate>Wed, 07 May 2008 17:58:32 +0000</pubDate>
<dc:creator>bobbyh</dc:creator>
<guid isPermaLink="false">16030@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You said: &#34;I also tried adding this to the rewrite-rules.php&#34;. That's unnecessary.  You just need to add those lines to your htaccess file, which should contain the contents of the page located at &#60;a href=&#34;http://www.lifeclever.com/forums/bb-admin/rewrite-rules.php.&#34; rel=&#34;nofollow&#34;&#62;http://www.lifeclever.com/forums/bb-admin/rewrite-rules.php.&#60;/a&#62; Did you add those lines to your htaccess file?
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "Permalinks Slugs Modification - removing forum"</title>
<link>http://bbpress.org/forums/topic/permalinks-slugs-modification-removing-forum#post-16029</link>
<pubDate>Wed, 07 May 2008 17:52:22 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16029@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey bobby, here it is here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.lifeclever.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://www.lifeclever.com/forums/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>bobbyh on "Permalinks Slugs Modification - removing forum"</title>
<link>http://bbpress.org/forums/topic/permalinks-slugs-modification-removing-forum#post-16028</link>
<pubDate>Wed, 07 May 2008 17:51:07 +0000</pubDate>
<dc:creator>bobbyh</dc:creator>
<guid isPermaLink="false">16028@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you post a link to your site?
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "Permalinks Slugs Modification - removing forum"</title>
<link>http://bbpress.org/forums/topic/permalinks-slugs-modification-removing-forum#post-16027</link>
<pubDate>Wed, 07 May 2008 17:31:54 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16027@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi bobby, I tried out your hack in bbPress 0.9, and it doesn't seem to work. Here's what I did:&#60;/p&#62;
&#60;p&#62;I have my bbPress directory installed in a directory called &#34;forums&#34; in the root web directory. So the URL to access the forums' home page is:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/forums&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forums&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and accessing a forum titled &#34;test forum&#34; is at this URL:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/forums/forum/test-forum&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forums/forum/test-forum&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;a topic titled &#34;test topic&#34; is at this URL:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/forums/topic/test-forum&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forums/topic/test-forum&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I implemented your hack, and changed &#34;forum&#34; to &#34;board&#34; in the template-functions.php. I copied the rewrite rules from rewrite-rules.php and placed them into .htaccess file in the root web directory. I also added the two lines of code you suggested in that file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;RewriteRule ^board/(.+)/page/([0-9]+)$ /forum.php?id=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^board/(.+)/?$ /forum.php?id=$1 [L,QSA]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I also tried adding this to the rewrite-rules.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;RewriteRule ^board/([^/]+)/page/([0-9]+)/?$ &#38;lt;?php bb_option( &#38;#39;path&#38;#39; ); ?&#38;gt;topic.php?id=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^board/([^/]+)/?$ &#38;lt;?php bb_option( &#38;#39;path&#38;#39; ); ?&#38;gt;topic.php?id=$1 [L,QSA]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;When I go to this URL: &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/board/test-forum&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/board/test-forum&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I get a 404 error.&#60;/p&#62;
&#60;p&#62;However, when I go to this url:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/forums/forum/test-forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forums/forum/test-forum/&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It redirects and changes the URL in the address bar in the browser window changes:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/forums/board/test-forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forums/board/test-forum/&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That also brings up a 404 page.&#60;/p&#62;
&#60;p&#62;Also, when I go this URL:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/topic/test-topic&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/topic/test-topic&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The URL works, but it redirects and changes the URL in the address bar in the browser window changes to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/forums/topic/test-forum&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forums/topic/test-forum&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I am a little perplexed as to what is going on.
&#60;/p&#62;</description>
</item>
<item>
<title>bobbyh on "Permalinks Slugs Modification - removing forum"</title>
<link>http://bbpress.org/forums/topic/permalinks-slugs-modification-removing-forum#post-16025</link>
<pubDate>Wed, 07 May 2008 17:03:49 +0000</pubDate>
<dc:creator>bobbyh</dc:creator>
<guid isPermaLink="false">16025@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I wanted the forum-specific URLs to look like this:&#60;/p&#62;
&#60;p&#62;* &#60;a href=&#34;http://boards.weddingbee.com/board/beehive&#34; rel=&#34;nofollow&#34;&#62;http://boards.weddingbee.com/board/beehive&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you make the right edits to that core file and an htaccess file, I think the URL can be anything you want...
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "Permalinks Slugs Modification - removing forum"</title>
<link>http://bbpress.org/forums/topic/permalinks-slugs-modification-removing-forum#post-16024</link>
<pubDate>Wed, 07 May 2008 17:01:25 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16024@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey bobby, just curious. Why did you have to change the second &#34;forum&#34; to &#34;board&#34;? Is there anyway to just leave it as &#34;forum&#34;?
&#60;/p&#62;</description>
</item>
<item>
<title>bobbyh on "Permalinks Slugs Modification - removing forum"</title>
<link>http://bbpress.org/forums/topic/permalinks-slugs-modification-removing-forum#post-16020</link>
<pubDate>Wed, 07 May 2008 09:19:42 +0000</pubDate>
<dc:creator>bobbyh</dc:creator>
<guid isPermaLink="false">16020@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I did something similar, but it required a core hack. I renamed the second &#34;forum&#34; to &#34;board&#34;. It required two steps:&#60;/p&#62;
&#60;p&#62;1. With version 0.8.3, I modified line 363 of /bb-includes/template-functions.php to this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$link = bb_get_option( &#38;#39;uri&#38;#39; ) . &#38;quot;board/&#38;quot; . $forum-&#38;gt;$column . ( 1 &#38;lt; $page ? &#38;quot;/page/$page&#38;quot; : &#38;#39;&#38;#39; );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;2. I created an htaccess file by copying the text from /bb-admin/rewrite-rules.php, with two extra lines:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;RewriteRule ^board/(.+)/page/([0-9]+)$ /forum.php?id=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^board/(.+)/?$ /forum.php?id=$1 [L,QSA]&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>mrhoratio on "Permalinks Slugs Modification - removing forum"</title>
<link>http://bbpress.org/forums/topic/permalinks-slugs-modification-removing-forum#post-16017</link>
<pubDate>Wed, 07 May 2008 03:26:48 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16017@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey, I'm trying to figure this out also. Anyone figured out a way to remove the first &#34;forum&#34; in &#60;a href=&#34;http://www.example.com/forum/forum/forum-name.&#34; rel=&#34;nofollow&#34;&#62;www.example.com/forum/forum/forum-name.&#60;/a&#62; So that the URL is shorter? I tried doing it with mod_rewrite, but having some issues with bbPress automatically redirecting.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "nicer slug url rewrite plugin (done!)"</title>
<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-14701</link>
<pubDate>Wed, 26 Mar 2008 18:33:47 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">14701@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If this is known working, it's useful as a few people have requested the ability to remove /forum/ and /topic/&#60;/p&#62;
&#60;p&#62;The author should be encouraged to add this to the plugin browser:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/requests/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/requests/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>motaboy21 on "nicer slug url rewrite plugin (done!)"</title>
<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-14697</link>
<pubDate>Wed, 26 Mar 2008 15:00:34 +0000</pubDate>
<dc:creator>motaboy21</dc:creator>
<guid isPermaLink="false">14697@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;should i add the first code before the ?&#38;gt; right? because that didnt worked out for me... and the mod rewrite rules i added to the .htacess file, i have some coding there:&#60;/p&#62;
&#60;p&#62;Options +FollowSymLinks +ExecCGI&#60;/p&#62;
&#60;p&#62;&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
  RewriteEngine On&#60;br /&#62;
  RewriteBase /&#60;/p&#62;
&#60;p&#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;should i delete this and copy the one you gave me?
&#60;/p&#62;</description>
</item>
<item>
<title>steward on "nicer slug url rewrite plugin (done!)"</title>
<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-14442</link>
<pubDate>Thu, 13 Mar 2008 06:31:37 +0000</pubDate>
<dc:creator>steward</dc:creator>
<guid isPermaLink="false">14442@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yesssss I did it!!!&#60;br /&#62;
Instructions for Apache users:&#60;br /&#62;
1. Append to &#38;lt;bbpress-root&#38;gt;/bb-includes/template-functions.php before &#34;?&#38;gt;&#34; code from first message in this topic.&#60;br /&#62;
2. Create or edit .htaccess file in &#38;lt;bbpress-root&#38;gt; directory and put into then next code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Options +FollowSymlinks

RewriteEngine On

RewriteBase /!!!!!! your bbpress root dir!!!!!!!/ #edit this!!!!

RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ 		tags.php?tag=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^tags/([^/]+)/?$ 				tags.php?tag=$1 [L,QSA]
RewriteRule ^tags/?$ 					tags.php [L,QSA]
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ 		profile.php?id=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/?$ 		profile.php?id=$1&#38;#38;tab=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ 	profile.php?id=$1&#38;#38;tab=$2&#38;#38;page=$3 [L,QSA]
RewriteRule ^profile/([^/]+)/?$ 			profile.php?id=$1 [L,QSA]
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ 		view.php?view=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^view/([^/]+)/?$ 				view.php?view=$1 [L,QSA]
RewriteRule ^rss/?$ 					rss.php [L,QSA]
RewriteRule ^rss/forum/([^/]+)/?$ 			rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/topic/([^/]+)/?$ 			rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/?$ 			rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)/?$ 			rss.php?profile=$1 [L,QSA]

RewriteRule ^bb-login.php$ index.php

RewriteRule ^([^.]+)/([^.]+)/page/([0-9]+)/?$ 		topic.php?id=$2&#38;#38;page=$3 [L,QSA]
RewriteRule ^([^/.]+)/([^.]+)/?$ 			topic.php?id=$2 [L,QSA]

RewriteRule ^([^/.]+)/page/([0-9]+)/?$ 			forum.php?id=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^([^/.]+)/?$ 				forum.php?id=$1 [L,QSA]&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>steward on "nicer slug url rewrite plugin (done!)"</title>
<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-14399</link>
<pubDate>Tue, 11 Mar 2008 12:26:47 +0000</pubDate>
<dc:creator>steward</dc:creator>
<guid isPermaLink="false">14399@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Help... I don't understand anything :(.&#60;br /&#62;
I read step by step your instruction and do all what do you wrote.&#60;br /&#62;
But at the and I got: &#34;The requested URL /&#38;lt;forum-home-dir&#38;gt;/&#38;lt;forum-slug&#38;gt; was not found on this server.&#34;&#60;/p&#62;
&#60;p&#62;What I do wrong?
&#60;/p&#62;</description>
</item>
<item>
<title>stereopoly on "Permalinks Problem - rewrite-rules.php does not work"</title>
<link>http://bbpress.org/forums/topic/permalinks-problem-rewrite-rulesphp-does-not-work#post-14048</link>
<pubDate>Sun, 24 Feb 2008 19:36:57 +0000</pubDate>
<dc:creator>stereopoly</dc:creator>
<guid isPermaLink="false">14048@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;this is what my htacces looks like in my root:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;# BEGIN WordPress&#60;br /&#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;# END WordPress&#60;/p&#62;
&#60;p&#62;RewriteEngine on&#60;br /&#62;
RewriteCond %{HTTP_HOST} !^www\.stereopoly\.de$&#60;br /&#62;
RewriteRule ^(.*)$ &#60;a href=&#34;http://www.stereopoly.de/$1&#34; rel=&#34;nofollow&#34;&#62;http://www.stereopoly.de/$1&#60;/a&#62; [L,R=301]&#60;/p&#62;
&#60;p&#62;Redirect /feed &#60;a href=&#34;feed://feeds.feedburner.com/stereopoly&#34; rel=&#34;nofollow&#34;&#62;feed://feeds.feedburner.com/stereopoly&#60;/a&#62;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Permalinks Problem - rewrite-rules.php does not work"</title>
<link>http://bbpress.org/forums/topic/permalinks-problem-rewrite-rulesphp-does-not-work#post-14047</link>
<pubDate>Sun, 24 Feb 2008 19:35:54 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">14047@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Googling shows that error is caused when running PHP as a CGI and there is a mod_rewrite conflict (or a file does not exist).&#60;/p&#62;
&#60;p&#62;I suspect there is a conflict with mod_rewrite rules in the parent folder.  Show us your rewrite rules in  /.htaccess  (probably wordpress stuff but there may be others).
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Permalinks Problem - rewrite-rules.php does not work"</title>
<link>http://bbpress.org/forums/topic/permalinks-problem-rewrite-rulesphp-does-not-work#post-14046</link>
<pubDate>Sun, 24 Feb 2008 18:36:24 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14046@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;One thing at a time.  If everything works now, then you know you have a problem with the .htaccess and rewrite rules.
&#60;/p&#62;</description>
</item>
<item>
<title>stereopoly on "Permalinks Problem - rewrite-rules.php does not work"</title>
<link>http://bbpress.org/forums/topic/permalinks-problem-rewrite-rulesphp-does-not-work#post-14043</link>
<pubDate>Sun, 24 Feb 2008 18:15:55 +0000</pubDate>
<dc:creator>stereopoly</dc:creator>
<guid isPermaLink="false">14043@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;then it does work, yes but i'd love to have pretty permalinks :)
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Permalinks Problem - rewrite-rules.php does not work"</title>
<link>http://bbpress.org/forums/topic/permalinks-problem-rewrite-rulesphp-does-not-work#post-14040</link>
<pubDate>Sun, 24 Feb 2008 17:01:20 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14040@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Turn off permalinks and leave them off. Then see if your forum works.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb-&#38;gt;mod_rewrite = false;&#60;/code&#62; in config.php.
&#60;/p&#62;</description>
</item>
<item>
<title>stereopoly on "Permalinks Problem - rewrite-rules.php does not work"</title>
<link>http://bbpress.org/forums/topic/permalinks-problem-rewrite-rulesphp-does-not-work#post-14033</link>
<pubDate>Sun, 24 Feb 2008 14:55:58 +0000</pubDate>
<dc:creator>stereopoly</dc:creator>
<guid isPermaLink="false">14033@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for your help, but it does not work :( &#60;/p&#62;
&#60;p&#62;»No input file specified«. So what now?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Permalinks Problem - rewrite-rules.php does not work"</title>
<link>http://bbpress.org/forums/topic/permalinks-problem-rewrite-rulesphp-does-not-work#post-14015</link>
<pubDate>Sat, 23 Feb 2008 14:56:39 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">14015@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Some servers do not support Multiviews.&#60;br /&#62;
Try this:&#60;/p&#62;
&#60;p&#62;1. $bb-&#38;gt;mod_rewrite = &#60;strong&#62;false&#60;/strong&#62;;&#60;br /&#62;
2. &#60;a href=&#34;http://www.stereopoly.de/forum/bb-admin/rewrite-rules.php&#34; rel=&#34;nofollow&#34;&#62;http://www.stereopoly.de/forum/bb-admin/rewrite-rules.php&#60;/a&#62;&#60;br /&#62;
3. copy the list&#60;br /&#62;
4. put the list into .htaccess&#60;br /&#62;
5. remove Options + Multiviews&#60;br /&#62;
6. $bb-&#38;gt;mod_rewrite = &#60;strong&#62;true&#60;/strong&#62;;&#60;/p&#62;
&#60;p&#62;Note the bb-admin in #2.
&#60;/p&#62;</description>
</item>
<item>
<title>stereopoly on "Permalinks Problem - rewrite-rules.php does not work"</title>
<link>http://bbpress.org/forums/topic/permalinks-problem-rewrite-rulesphp-does-not-work#post-14014</link>
<pubDate>Sat, 23 Feb 2008 11:39:38 +0000</pubDate>
<dc:creator>stereopoly</dc:creator>
<guid isPermaLink="false">14014@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;it does not work so, too.do you mean just copying the &#34;rewrite-rules.php&#34; into the forum-root directory and then try to run it again? I have set &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb-&#38;gt;mod_rewrite = true;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and within my htaccess it's still said&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Options +MultiViews&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and then i have to go to &#60;a href=&#34;http://www.stereopoly.de/forum/rewrite-rules.php&#34; rel=&#34;nofollow&#34;&#62;http://www.stereopoly.de/forum/rewrite-rules.php&#60;/a&#62; , ay?&#60;/p&#62;
&#60;p&#62;does not work :(
&#60;/p&#62;</description>
</item>

</channel>
</rss>
