<?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: htaccess</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: htaccess</description>
<language>en</language>
<pubDate>Wed, 09 Jul 2008 05:57:46 +0000</pubDate>

<item>
<title>DailyTestimony on "Name Based Permalinks Issue, get WP 404 error page"</title>
<link>http://bbpress.org/forums/topic/cannot-view-oredit-userprofiles-get-wp-404-error-page#post-16705</link>
<pubDate>Wed, 11 Jun 2008 15:43:11 +0000</pubDate>
<dc:creator>DailyTestimony</dc:creator>
<guid isPermaLink="false">16705@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just installed bb press at dailytestimony.net/forums with the latest stable version of WPMU in the root directory.  When I goto a page such as dailytestimony.net/forums/profile/user I get the main blogs 404 error page.  Do I need something in a .htaccess file or something?&#60;/p&#62;
&#60;p&#62;EDIT: I get it with trying to view forums too, I am using name based permalinks.&#60;/p&#62;
&#60;p&#62;EDIT2: Ok it seems the answer is simple I just needed to RTD (Read The Documentation), Options +MultiViews&#60;br /&#62;
&#38;lt;rant&#38;gt;IDK why they just couldn't distribute a .htaccess file with that line with bbpress.  Save people the trouble because they mention it in the documentation here but at the verry least it should like to the documentation where you set permalink options. &#38;lt;/rant&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>MikeLothar on "Several domains"</title>
<link>http://bbpress.org/forums/topic/several-domains#post-16443</link>
<pubDate>Sat, 24 May 2008 11:16:39 +0000</pubDate>
<dc:creator>MikeLothar</dc:creator>
<guid isPermaLink="false">16443@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Exactly. :)
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Several domains"</title>
<link>http://bbpress.org/forums/topic/several-domains#post-16442</link>
<pubDate>Sat, 24 May 2008 09:11:48 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16442@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ah, so when you said this &#60;strong&#62;&#34;Now, when i get a visitor from &#34;domainB.com&#34;, he will be redirected to &#34;domainA.com&#34; pretty fast, like when he's clicking the &#34;Home&#34; link on the forum.&#34;&#60;/strong&#62;  this is NOT want you want, eh?  You want multiple domains/URLs all pointing to the same bbPress installation and people to stay on the domain they came in from?
&#60;/p&#62;</description>
</item>
<item>
<title>MikeLothar on "Several domains"</title>
<link>http://bbpress.org/forums/topic/several-domains#post-16436</link>
<pubDate>Fri, 23 May 2008 23:39:34 +0000</pubDate>
<dc:creator>MikeLothar</dc:creator>
<guid isPermaLink="false">16436@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for the reply. I think i didn't explain myself too good.&#60;/p&#62;
&#60;p&#62;I want users who come from domainA to stay at domainA, and users from domainB to stay at domainB, and so on (got quite an amount of domains actually).&#60;/p&#62;
&#60;p&#62;I need bbPress to somehow get the domain from the browser, and use this domain instead of the one saved under the 'uri' or 'BB_HOST' variable.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Several domains"</title>
<link>http://bbpress.org/forums/topic/several-domains#post-16434</link>
<pubDate>Fri, 23 May 2008 23:14:54 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16434@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Why not redirect them with a permanent 301 redirect?  If your host does not offer this, why not create a directory for each domain, like this:&#60;/p&#62;
&#60;p&#62;/var/www/vhosts/domaina.com/&#60;br /&#62;
/var/www/vhosts/domainb.com/&#60;/p&#62;
&#60;p&#62;You install bbPress in the domaina.com/ directory.  In the domainb.com/ directory, you put an index.php file in there like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
header(&#38;quot;Status: 301 Moved Permanently&#38;quot;, false, 301);
header(&#38;quot;Location: &#60;a href=&#34;http://www.domainA.com/&#38;quot;&#34; rel=&#34;nofollow&#34;&#62;http://www.domainA.com/&#38;quot;&#60;/a&#62;);
exit();
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#38;nbsp;&#60;/p&#62;
&#60;p&#62;Then, when anyone accesses &#60;a href=&#34;http://www.domainB.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.domainB.com/&#60;/a&#62; they are seamlessly directed to &#60;a href=&#34;http://www.domainA.com/.&#34; rel=&#34;nofollow&#34;&#62;http://www.domainA.com/.&#60;/a&#62;  Would that accomplish what you need?&#60;/p&#62;
&#60;p&#62;You can also use .htaccess for 301 redirects if there is more than one page, like there are search engine results with pages from  domainB.com already out there, and you want to redirect them all to domainA.com.
&#60;/p&#62;</description>
</item>
<item>
<title>MikeLothar on "Several domains"</title>
<link>http://bbpress.org/forums/topic/several-domains#post-16426</link>
<pubDate>Fri, 23 May 2008 18:08:57 +0000</pubDate>
<dc:creator>MikeLothar</dc:creator>
<guid isPermaLink="false">16426@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm assuming i have to change something here:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// Set the URI and derivitaves
if ( $bb-&#38;gt;uri = bb_get_option(&#38;#39;uri&#38;#39;) ) {
	$bb-&#38;gt;uri = rtrim($bb-&#38;gt;uri, &#38;#39;/&#38;#39;) . &#38;#39;/&#38;#39;;

	// Not used in core anymore, only set here for plugin compatibility
	if ( preg_match( &#38;#39;@^(https?://[^/]+)((?:/.*)*/{1,1})$@i&#38;#39;, $bb-&#38;gt;uri, $matches ) ) {
		$bb-&#38;gt;domain = $matches[1];
		$bb-&#38;gt;path = $matches[2];
	}
	unset($matches);
} else {
	// Backwards compatibility
	// These were never set in the database
	if ( isset($bb-&#38;gt;domain) ) {
		$bb-&#38;gt;domain = rtrim( trim( $bb-&#38;gt;domain ), &#38;#39;/&#38;#39; );
	}
	if ( isset($bb-&#38;gt;path) ) {
		$bb-&#38;gt;path = trim($bb-&#38;gt;path);
		if ( $bb-&#38;gt;path != &#38;#39;/&#38;#39; ) $bb-&#38;gt;path = &#38;#39;/&#38;#39; . trim($bb-&#38;gt;path, &#38;#39;/&#38;#39;) . &#38;#39;/&#38;#39;;
	}
	// We need both to build a uri
	if ( $bb-&#38;gt;domain &#38;#38;&#38;#38; $bb-&#38;gt;path ) {
		$bb-&#38;gt;uri = $bb-&#38;gt;domain . $bb-&#38;gt;path;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If someone knows what exactly i need to change, please reply :)
&#60;/p&#62;</description>
</item>
<item>
<title>MikeLothar on "Several domains"</title>
<link>http://bbpress.org/forums/topic/several-domains#post-16423</link>
<pubDate>Fri, 23 May 2008 17:33:33 +0000</pubDate>
<dc:creator>MikeLothar</dc:creator>
<guid isPermaLink="false">16423@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, i hope someone can help me with this.&#60;/p&#62;
&#60;p&#62;I have several domains pointing to the same bbpress forum. For example, during the installation, i installed bbpress with the domain name setting of &#34;domainA.com&#34;. Now, when i get a visitor from &#34;domainB.com&#34;, he will be redirected to &#34;domainA.com&#34; pretty fast, like when he's clicking the &#34;Home&#34; link on the forum.&#60;/p&#62;
&#60;p&#62;I have managed to change this, by replacing, in the header file of the template, the:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php bb_option(&#38;#39;uri&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
.. to:&#60;br /&#62;
&#60;code&#62;&#60;a href=&#34;http://&#38;lt;?php&#34; rel=&#34;nofollow&#34;&#62;http://&#38;lt;?php&#60;/a&#62; _e($_SERVER[&#38;#39;HTTP_HOST&#38;#39;]) ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And it works. However, bbpress use the 'uri' alot, and for example, if the user is not logged in, and is trying to post, he will be redirected to domainA. &#60;/p&#62;
&#60;p&#62;What i'm asking for, i guess, is if it's possible, in the php files somewhere, to specifically define the uri to be the server'http_host' instead of the domainA? Where can i find and change this, and how?&#60;/p&#62;
&#60;p&#62;Thank you very much.&#60;/p&#62;
&#60;p&#62;Mike
&#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>mrhoratio on "Rewriting up one level"</title>
<link>http://bbpress.org/forums/topic/rewriting-up-one-level#post-16116</link>
<pubDate>Sat, 10 May 2008 08:35:49 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16116@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sambauers,&#60;/p&#62;
&#60;p&#62;As you suggested, I was able to modify get_user_profile_link() function in template-functions.php to prevent the redirection. Mod_rewrite will now rewrite to the profile page properly, without redirecting it. &#60;/p&#62;
&#60;p&#62;But now, it shows I'm no longer logged in when I'm on a rewritten page, even though I am. When I try to log in. It just reloads the page.&#60;/p&#62;
&#60;p&#62;Here's the mod in_user_profile_link():&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function get_user_profile_link( $id = 0, $page = 1 ) {
	$user = bb_get_user( bb_get_user_id( $id ) );
	$rewrite = bb_get_option( &#38;#39;mod_rewrite&#38;#39; );
	if ( $rewrite ) {
		if ( $rewrite === &#38;#39;slugs&#38;#39; ) {
			$column = &#38;#39;user_nicename&#38;#39;;
		} else {
			$column = &#38;#39;ID&#38;#39;;
		}
		$r = bb_get_option(&#38;#39;uri&#38;#39;) . &#38;quot;profile/&#38;quot; . $user-&#38;gt;$column . ( 1 &#38;lt; $page ? &#38;quot;/page/$page&#38;quot; : &#38;#39;&#38;#39; );
	} else {
		$r = bb_get_option(&#38;#39;uri&#38;#39;) . &#38;quot;profile/&#38;quot; . $user-&#38;gt;$column . ( 1 &#38;lt; $page ? &#38;quot;/page/$page&#38;quot; : &#38;#39;&#38;#39; );

	}
		$r = str_replace(&#38;#39;forums/profile/&#38;#39; . $user-&#38;gt;$column , &#38;quot;profile/&#38;quot; . $user-&#38;gt;$column, $r);
		return apply_filters( &#38;#39;get_user_profile_link&#38;#39;, $r, $user-&#38;gt;ID );

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;My goal is create a short URL such as &#60;a href=&#34;http://www.example.com/profile/username&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/profile/username&#60;/a&#62;
&#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>chrishajer on "Help! bbPress links take me to my WP site"</title>
<link>http://bbpress.org/forums/topic/help-bbpress-links-take-me-to-my-wp-site#post-15380</link>
<pubDate>Tue, 15 Apr 2008 03:52:37 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15380@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did you already follow these instructions for getting permalinks to work, in general?  If permalinks at all will work, then slugs will work as well.&#60;/p&#62;
&#60;p&#62;&#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;/p&#62;</description>
</item>
<item>
<title>raygene on "Help! bbPress links take me to my WP site"</title>
<link>http://bbpress.org/forums/topic/help-bbpress-links-take-me-to-my-wp-site#post-15374</link>
<pubDate>Mon, 14 Apr 2008 22:40:26 +0000</pubDate>
<dc:creator>raygene</dc:creator>
<guid isPermaLink="false">15374@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Any idea on why I can't use &#34;pretty&#34; permalinks (read above posts)?&#60;/p&#62;
&#60;p&#62;Gene
&#60;/p&#62;</description>
</item>
<item>
<title>raygene on "Help! bbPress links take me to my WP site"</title>
<link>http://bbpress.org/forums/topic/help-bbpress-links-take-me-to-my-wp-site#post-15322</link>
<pubDate>Sun, 13 Apr 2008 02:10:12 +0000</pubDate>
<dc:creator>raygene</dc:creator>
<guid isPermaLink="false">15322@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;OK, solved for the moment but I had to reset the forum's permalinks to default, which I had originally set to &#34;Name-based&#34;.&#60;/p&#62;
&#60;p&#62;Unless there's a fix for this, I don't mind using the standard &#34;ugly&#34; permalinks.&#60;/p&#62;
&#60;p&#62;Gene
&#60;/p&#62;</description>
</item>
<item>
<title>raygene on "Help! bbPress links take me to my WP site"</title>
<link>http://bbpress.org/forums/topic/help-bbpress-links-take-me-to-my-wp-site#post-15321</link>
<pubDate>Sun, 13 Apr 2008 01:57:33 +0000</pubDate>
<dc:creator>raygene</dc:creator>
<guid isPermaLink="false">15321@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;LOL!&#60;/p&#62;
&#60;p&#62;Just installed bbPress into my WP 2.5 blog (sub-folder) and using the same database.&#60;/p&#62;
&#60;p&#62;For some strange reason, when I click on a forum link, it takes me to my blog with a &#34;page not found error&#34;.&#60;/p&#62;
&#60;p&#62;Gene
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Weird permalink problem.."</title>
<link>http://bbpress.org/forums/topic/weird-permalink-problem#post-14437</link>
<pubDate>Wed, 12 Mar 2008 23:16:05 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14437@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Please start a new thread.
&#60;/p&#62;</description>
</item>
<item>
<title>Lowrobb on "Weird permalink problem.."</title>
<link>http://bbpress.org/forums/topic/weird-permalink-problem#post-14433</link>
<pubDate>Wed, 12 Mar 2008 17:13:34 +0000</pubDate>
<dc:creator>Lowrobb</dc:creator>
<guid isPermaLink="false">14433@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;My problem is different. I moved all my WP &#38;#38; BBpress file into different directory in my server. Then all the links lead to 404 pages. I updated permalinks (by a single click) in wordpress and it solves the problem. Now i can't update it in my BBpress site. Any help will be very appreciated. &#60;/p&#62;
&#60;p&#62;Thanks.
&#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>
<item>
<title>Trent on "Permalinks Problem - rewrite-rules.php does not work"</title>
<link>http://bbpress.org/forums/topic/permalinks-problem-rewrite-rulesphp-does-not-work#post-14013</link>
<pubDate>Sat, 23 Feb 2008 04:04:01 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">14013@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That is correct.    Take the output of that file and put that in your /stereopoly.de/forum/ directory.   Multiviews works with most servers I have played with, but had to use the rewrite-rules.php for my latest server.&#60;/p&#62;
&#60;p&#62;Trent
&#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-14012</link>
<pubDate>Sat, 23 Feb 2008 02:58:15 +0000</pubDate>
<dc:creator>stereopoly</dc:creator>
<guid isPermaLink="false">14012@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey guys,&#60;br /&#62;
I've almost finished installing my bbpress on &#60;a href=&#34;http://www.stereopoly.de/forum&#34; rel=&#34;nofollow&#34;&#62;http://www.stereopoly.de/forum&#60;/a&#62; but there's one thing doing wrong: The permalinks. I want to use pretty permalinks, but obviously my server does not support the easy .htaccess thingy (Multi Views).. Thus I have to run &#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; right? But if i do so, I will get to the homepage (stereopoly.de/forum)&#60;/p&#62;
&#60;p&#62;Any idea, how to solve this problem?&#60;br /&#62;
sorry for my bad english, i'm just german ;)&#60;/p&#62;
&#60;p&#62;cheers
&#60;/p&#62;</description>
</item>
<item>
<title>burkie on "Changing Topic Folder Name"</title>
<link>http://bbpress.org/forums/topic/changing-topic-folder-name#post-13427</link>
<pubDate>Sun, 27 Jan 2008 07:59:59 +0000</pubDate>
<dc:creator>burkie</dc:creator>
<guid isPermaLink="false">13427@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;have tried the default rewrite rules&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#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 ^people/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^people/([^/]+)/?$ /topic.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^location/([^/]+)/page/([0-9]+)/?$ /tags.php?tag=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^location/([^/]+)/?$ /tags.php?tag=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^location/?$ /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/people/([^/]+)/?$ /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;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Changing Topic Folder Name"</title>
<link>http://bbpress.org/forums/topic/changing-topic-folder-name#post-13424</link>
<pubDate>Sun, 27 Jan 2008 06:07:38 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13424@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you post your modified rewrite rules, the ones that did not work?  You should be able to make any link with topic.php appear in the URL as &#60;code&#62;people&#60;/code&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>burkie on "Changing Topic Folder Name"</title>
<link>http://bbpress.org/forums/topic/changing-topic-folder-name#post-13418</link>
<pubDate>Sat, 26 Jan 2008 20:47:50 +0000</pubDate>
<dc:creator>burkie</dc:creator>
<guid isPermaLink="false">13418@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I want to change the default topic/ folder to people/ for a new project I am working on, firstly I tried just renaming topic.php in the root to people.php which works when pretty urls is set to false, but using mutliviews or even modifying the rewrite-rules manually it still appears as topic/ any ideas?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
