<?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: Mod</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: Mod</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 04:40:53 +0000</pubDate>

<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>&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/search.php?q=godaddy&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/search.php?q=godaddy&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/tags/godaddy&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/tags/godaddy&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/pretty-permalinks-not-working&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/pretty-permalinks-not-working&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>motaboy21 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>motaboy21</dc:creator>
<guid isPermaLink="false">18691@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hey, i have this site ecopaginas.es and i tried with multiviews and also with the rewrite rules:&#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 ^forum/?$ / [R,L]&#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 ^topic/?$ / [R,L]&#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 ^profile/?$ /profile.php [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/topics/?$ /rss.php?topics=1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/forum/([^/]+)/topics/?$ /rss.php?forum=$1&#38;#38;topics=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;
RewriteRule ^rss/view/([^/]+)/?$ /rss.php?view=$1 [L,QSA]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;and it doesnt work, im working with godaddy...&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Prettier Permalinks Plugin - Changing Mod Rewrite Rules"</title>
<link>http://bbpress.org/forums/topic/prettier-permalinks-plugin-changing-mod-rewrite-rules#post-6316</link>
<pubDate>Tue, 03 Apr 2007 03:45:05 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">6316@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.google.com/search?q=allinurl%3A+page%3D2&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/search?q=allinurl%3A+page%3D2&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>btard on "Prettier Permalinks Plugin - Changing Mod Rewrite Rules"</title>
<link>http://bbpress.org/forums/topic/prettier-permalinks-plugin-changing-mod-rewrite-rules#post-6307</link>
<pubDate>Mon, 02 Apr 2007 21:47:34 +0000</pubDate>
<dc:creator>btard</dc:creator>
<guid isPermaLink="false">6307@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;They will be followed.
&#60;/p&#62;</description>
</item>
<item>
<title>Mirce on "Help with mod rewrite"</title>
<link>http://bbpress.org/forums/topic/help-with-mod-rewrite#post-5230</link>
<pubDate>Tue, 06 Mar 2007 22:43:22 +0000</pubDate>
<dc:creator>Mirce</dc:creator>
<guid isPermaLink="false">5230@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I found a 301 redirect in bb-includes/functions.php&#60;br /&#62;
Now how to get rid of it???  This 301 keeps me from jumping to page2&#60;/p&#62;
&#60;p&#62;	if ( 1 === bb_get_option( 'debug' ) ) :&#60;br /&#62;
		echo &#34;&#38;lt;table&#38;gt;\n&#38;lt;tr&#38;gt;&#38;lt;td&#38;gt;&#34;. __('REQUEST_URI') .&#34;:&#38;lt;/td&#38;gt;&#38;lt;td&#38;gt;&#34;;&#60;br /&#62;
		var_dump($uri);&#60;br /&#62;
		echo &#34;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;\n&#38;lt;tr&#38;gt;&#38;lt;td&#38;gt;&#34;. __('should be') .&#34;:&#38;lt;/td&#38;gt;&#38;lt;td&#38;gt;&#34;;&#60;br /&#62;
		var_dump($check);&#60;br /&#62;
		echo &#34;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;\n&#38;lt;tr&#38;gt;&#38;lt;td&#38;gt;&#34;. __('full permalink') .&#34;:&#38;lt;/td&#38;gt;&#38;lt;td&#38;gt;&#34;;&#60;br /&#62;
		var_dump($permalink);&#60;br /&#62;
		echo &#34;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;\n&#38;lt;tr&#38;gt;&#38;lt;td&#38;gt;&#34;. __('PATH_INFO') .&#34;:&#38;lt;/td&#38;gt;&#38;lt;td&#38;gt;&#34;;&#60;br /&#62;
		var_dump($_SERVER['PATH_INFO']);&#60;br /&#62;
		echo &#34;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;\n&#38;lt;/table&#38;gt;&#34;;&#60;br /&#62;
	else :&#60;br /&#62;
		if ( $check != $uri ) {&#60;br /&#62;
			if ( version_compare(phpversion(), '4.3.0', '&#38;gt;=') ) {&#60;br /&#62;
				header(&#34;Location: $permalink&#34;, true, 301);&#60;br /&#62;
			} else {&#60;br /&#62;
				header(&#34;Location: $permalink&#34;);&#60;br /&#62;
				status_header( 301 );&#60;br /&#62;
			}&#60;br /&#62;
			exit;&#60;br /&#62;
		}
&#60;/p&#62;</description>
</item>
<item>
<title>Mirce on "Help with mod rewrite"</title>
<link>http://bbpress.org/forums/topic/help-with-mod-rewrite#post-5174</link>
<pubDate>Mon, 05 Mar 2007 22:07:47 +0000</pubDate>
<dc:creator>Mirce</dc:creator>
<guid isPermaLink="false">5174@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I really do not understand,&#60;br /&#62;
&#60;a href=&#34;http://www.dfur.com/designer_furniture/page/2&#34; rel=&#34;nofollow&#34;&#62;http://www.dfur.com/designer_furniture/page/2&#60;/a&#62;  redirects 301 to &#60;a href=&#34;http://www.dfur.com/designer_furniture.&#34; rel=&#34;nofollow&#34;&#62;http://www.dfur.com/designer_furniture.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Why is this? I have no 301 in htaccess!!! Is this a bbPress thing?&#60;/p&#62;
&#60;p&#62;URL=http://www.dfur.com/designer_furniture/page/2&#60;br /&#62;
Result code: 301 (MovedPermanently / Moved Permanently)
&#60;/p&#62;</description>
</item>
<item>
<title>Mirce on "Help with mod rewrite"</title>
<link>http://bbpress.org/forums/topic/help-with-mod-rewrite#post-5168</link>
<pubDate>Mon, 05 Mar 2007 20:17:45 +0000</pubDate>
<dc:creator>Mirce</dc:creator>
<guid isPermaLink="false">5168@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
I've changed the mod rewrite rules and manage to name the forum after the forum name:&#60;/p&#62;
&#60;p&#62;I have:&#60;br /&#62;
&#60;a href=&#34;http://www.dfur.com/designer_furniture&#34; rel=&#34;nofollow&#34;&#62;http://www.dfur.com/designer_furniture&#60;/a&#62; - first forum page&#60;br /&#62;
&#60;a href=&#34;http://www.dfur.com/designer_furniture/page/2&#34; rel=&#34;nofollow&#34;&#62;http://www.dfur.com/designer_furniture/page/2&#60;/a&#62; - second forum page&#60;/p&#62;
&#60;p&#62;Now I have the .htaccess done as following:&#60;br /&#62;
RewriteRule ^designer_furniture /forum.php?id=1 [L,QSA] - for the first forum page&#60;/p&#62;
&#60;p&#62;RewriteRule ^designer_furniture/page/([0-9]+)$ /forum.php?id=$1&#38;#38;page=$2 [L,QSA] - second forum page&#60;/p&#62;
&#60;p&#62;The first mod rewrite rule works but the second just redirect me back to the main forum. What can I do to fix this?&#60;/p&#62;
&#60;p&#62;Thanx,&#60;br /&#62;
Mircea.
&#60;/p&#62;</description>
</item>
<item>
<title>Mirce on "Prettier Permalinks Plugin - Changing Mod Rewrite Rules"</title>
<link>http://bbpress.org/forums/topic/prettier-permalinks-plugin-changing-mod-rewrite-rules#post-4669</link>
<pubDate>Mon, 19 Feb 2007 21:53:26 +0000</pubDate>
<dc:creator>Mirce</dc:creator>
<guid isPermaLink="false">4669@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanx,&#60;br /&#62;
I am not sure that ?page=2 will be followed by search engines. bbPress have a better spiderability then all the other forums and Wordpress, it would be a shame to loose so many pages.
&#60;/p&#62;</description>
</item>
<item>
<title>ardentfrost on "Prettier Permalinks Plugin - Changing Mod Rewrite Rules"</title>
<link>http://bbpress.org/forums/topic/prettier-permalinks-plugin-changing-mod-rewrite-rules#post-4668</link>
<pubDate>Mon, 19 Feb 2007 21:50:14 +0000</pubDate>
<dc:creator>ardentfrost</dc:creator>
<guid isPermaLink="false">4668@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Why not just leave pagination as ?page=2&#60;/p&#62;
&#60;p&#62;That method isn't necessarily ugly, and I think your prettier permalinks certainly make a good addition.
&#60;/p&#62;</description>
</item>
<item>
<title>Mirce on "Changing Mod Rewrite rules"</title>
<link>http://bbpress.org/forums/topic/changing-mod-rewrite-rules#post-4667</link>
<pubDate>Mon, 19 Feb 2007 21:22:19 +0000</pubDate>
<dc:creator>Mirce</dc:creator>
<guid isPermaLink="false">4667@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've made something similar. It still needs some work. You can see the result at &#60;a href=&#34;http://www.dfur.com&#34; rel=&#34;nofollow&#34;&#62;http://www.dfur.com&#60;/a&#62; and download the plugin from &#60;a href=&#34;http://bbpress.org/forums/topic/771&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/771&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is my first plugin wrote and it needs some more work with the .htaccess rules. The pagination is not yet fixed and if somone could help me please let me know.&#60;/p&#62;
&#60;p&#62;Thanx.
&#60;/p&#62;</description>
</item>
<item>
<title>Mirce on "Prettier Permalinks Plugin - Changing Mod Rewrite Rules"</title>
<link>http://bbpress.org/forums/topic/prettier-permalinks-plugin-changing-mod-rewrite-rules#post-4666</link>
<pubDate>Mon, 19 Feb 2007 21:18:48 +0000</pubDate>
<dc:creator>Mirce</dc:creator>
<guid isPermaLink="false">4666@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
Mod rewrite rules set up for bbPress are OK and are better then the ones Wordpress uses. However some tweaking can be done to make things better.&#60;/p&#62;
&#60;p&#62;I've tried to put up together a permalinks plugin. I think that I am half way done but I need some help finishing things up.&#60;/p&#62;
&#60;p&#62;The plugin can be downloaded from:&#60;br /&#62;
&#60;a href=&#34;http://www.phpdigest.net/&#34; rel=&#34;nofollow&#34;&#62;http://www.phpdigest.net/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can take a look to my test site:&#60;br /&#62;
&#60;a href=&#34;http://www.dfur.com&#34; rel=&#34;nofollow&#34;&#62;http://www.dfur.com&#60;/a&#62; (the template is not finished)&#60;/p&#62;
&#60;p&#62;The forum link was changed from:&#60;br /&#62;
&#60;a href=&#34;http://www.example.com/forum/forum_id&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forum/forum_id&#60;/a&#62;&#60;br /&#62;
to&#60;br /&#62;
&#60;a href=&#34;http://www.example.com/forum_name&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forum_name&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The topic link was changed from:&#60;br /&#62;
&#60;a href=&#34;http://www.example.com/topic/topic_id&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/topic/topic_id&#60;/a&#62;&#60;br /&#62;
to&#60;br /&#62;
&#60;a href=&#34;http://www.example.com/forum/topic_id&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forum/topic_id&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I need help with creating the pagination mod_rewrite rules (page_2 ). Please let me know if anyone can help with setting up new pagination mod_rewrite rules for this page:&#60;br /&#62;
&#60;a href=&#34;http://www.dfur.com/designer_furniture/topic5&#34; rel=&#34;nofollow&#34;&#62;http://www.dfur.com/designer_furniture/topic5&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Mircea Piturca and Paun Narcis Iulian.
&#60;/p&#62;</description>
</item>
<item>
<title>bbpressfriend on "Changing Mod Rewrite rules"</title>
<link>http://bbpress.org/forums/topic/changing-mod-rewrite-rules#post-4661</link>
<pubDate>Mon, 19 Feb 2007 18:43:47 +0000</pubDate>
<dc:creator>bbpressfriend</dc:creator>
<guid isPermaLink="false">4661@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Open bb-includes/template-functions.php and change:&#60;/p&#62;
&#60;p&#62;		$link = bb_get_option('uri') . &#34;forum/$forum-&#38;gt;forum_id&#34; . ( 1 &#38;lt; $page ? &#34;/page/$page&#34; : '' );&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62;		$link = bb_get_option('uri') . &#34;forum-$forum-&#38;gt;forum_id&#34; . ( 1 &#38;lt; $page ? &#34;/page/$page&#34; : '' );&#60;/p&#62;
&#60;p&#62;Now open your .htaccess file and change:&#60;/p&#62;
&#60;p&#62;RewriteRule ^forum/(.+)/page/?([0-9]{1,})/?$ forum.php?id=$1&#38;#38;page=$2 [QSA,L]&#60;br /&#62;
RewriteRule ^forum/(.+)/?$ forum.php?id=$1 [QSA,L]&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62;RewriteRule ^forum-(.+)/page/?([0-9]{1,})/?$ forum.php?id=$1&#38;#38;page=$2 [QSA,L]&#60;br /&#62;
RewriteRule ^forum-(.+)/?$ forum.php?id=$1 [QSA,L]&#60;/p&#62;
&#60;p&#62;bye
&#60;/p&#62;</description>
</item>
<item>
<title>nateolson on "Changing Mod Rewrite rules"</title>
<link>http://bbpress.org/forums/topic/changing-mod-rewrite-rules#post-4660</link>
<pubDate>Mon, 19 Feb 2007 18:22:22 +0000</pubDate>
<dc:creator>nateolson</dc:creator>
<guid isPermaLink="false">4660@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Nice. Keep rockin' it.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Changing Mod Rewrite rules"</title>
<link>http://bbpress.org/forums/topic/changing-mod-rewrite-rules#post-4658</link>
<pubDate>Mon, 19 Feb 2007 15:55:02 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">4658@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here's a sneak peak at the patch functionality....&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.network.net.au/bbpress/patches/permalinks/teaser.gif&#34; rel=&#34;nofollow&#34;&#62;http://www.network.net.au/bbpress/patches/permalinks/teaser.gif&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Still working out a few details.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Changing Mod Rewrite rules"</title>
<link>http://bbpress.org/forums/topic/changing-mod-rewrite-rules#post-4620</link>
<pubDate>Sun, 18 Feb 2007 11:35:49 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">4620@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Actually, it's harder than this. What I wrote above is only a part of the issue. I'm working on a patch at the moment.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Changing Mod Rewrite rules"</title>
<link>http://bbpress.org/forums/topic/changing-mod-rewrite-rules#post-4353</link>
<pubDate>Sun, 11 Feb 2007 09:58:05 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">4353@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;All the magic happens in bb_repermalink() in bb-includes/function.php but the real problem here is that get_path() splits by &#34;/&#34; to find out the topic/forum/user id.&#60;/p&#62;
&#60;p&#62;You could plugin to bb_repermalink() and change the value of $permalink that way.&#60;/p&#62;
&#60;p&#62;e.g. if your permalinks were of the form, forum-12, topic-34 etc. (already setup in your .htaccess file)&#60;/p&#62;
&#60;p&#62;You could make the following file...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;
function my_pre_permalink() {
        $p = get_path(0);
        $p = split(&#38;#39;-&#38;#39;, $p);
        $p = $p[1];
        return $p;
}

add_action(&#38;#39;pre_permalink&#38;#39;, &#38;#39;my_pre_premalink&#38;#39;);
&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Drop that into your plugins directory and it should work.&#60;/p&#62;
&#60;p&#62;Of course I haven't tested this, but it should work in theory.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Changing Mod Rewrite rules"</title>
<link>http://bbpress.org/forums/topic/changing-mod-rewrite-rules#post-4287</link>
<pubDate>Fri, 09 Feb 2007 20:32:09 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4287@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't know anyone that has successfully done it (at least I can't remember a post or anyone bragging about it), but I created  a TRAC ticket for a future version on this issue:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/ticket/579&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/579&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You might be able to play with rewrite-rules.php in the /bb-admin/ folder to get some direction on what to change in the meantime to play with it, but I don't believe it is pluggable (for a plugin).&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>Mirce on "Changing Mod Rewrite rules"</title>
<link>http://bbpress.org/forums/topic/changing-mod-rewrite-rules#post-4286</link>
<pubDate>Fri, 09 Feb 2007 20:23:28 +0000</pubDate>
<dc:creator>Mirce</dc:creator>
<guid isPermaLink="false">4286@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've read some posts and it looks that lots of people want to play with their permalinks. WP handles great this link customization but I was unable to find anything for bbPress. Does anyone had any success with changing the mod_rewrite rules and modifying the current permalinks?&#60;/p&#62;
&#60;p&#62;Thanx.
&#60;/p&#62;</description>
</item>
<item>
<title>Mirce on "Changing Mod Rewrite rules"</title>
<link>http://bbpress.org/forums/topic/changing-mod-rewrite-rules#post-4262</link>
<pubDate>Fri, 09 Feb 2007 12:25:07 +0000</pubDate>
<dc:creator>Mirce</dc:creator>
<guid isPermaLink="false">4262@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I've successfully installed bbPress and Pretty Premalinks on my site. I want to modify the Premalinks.&#60;/p&#62;
&#60;p&#62;For example:&#60;br /&#62;
&#60;a href=&#34;http://www.example.com/forum/1&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forum/1&#60;/a&#62;&#60;br /&#62;
to become&#60;br /&#62;
&#60;a href=&#34;http://www.example.com/forum-1&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forum-1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I tried to modify the admin/rewrite-rules.php.  &#60;/p&#62;
&#60;p&#62;RewriteRule ^forum/([0-9]+)/page/([0-9]+)$ &#38;lt;?php bb_option( 'path' ); ?&#38;gt;forum.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
My ideea was:&#60;br /&#62;
RewriteRule ^forum-([0-9]+)/page/([0-9]+)$ &#38;lt;?php bb_option( 'path' ); ?&#38;gt;forum.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;/p&#62;
&#60;p&#62;However all the changes I do the rewrite-rules.php give an error and do not modify the ULR. Is there another file where the rewrite-rules are configured?&#60;/p&#62;
&#60;p&#62;Thanx for the support.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
