<?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 Topic: Redirect problem</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Redirect problem</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 12:36:51 +0000</pubDate>

<item>
<title>chrishajer on "Redirect problem"</title>
<link>http://bbpress.org/forums/topic/redirect-problem#post-19366</link>
<pubDate>Mon, 22 Sep 2008 02:39:14 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19366@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Shagalaga, what version of bbPress are you using, and what is the server setup?  LAMP or other?&#60;/p&#62;
&#60;p&#62;What sort of content were you actually trying to post?  Can you try to post it here?
&#60;/p&#62;</description>
</item>
<item>
<title>Shagalaga on "Redirect problem"</title>
<link>http://bbpress.org/forums/topic/redirect-problem#post-19358</link>
<pubDate>Sun, 21 Sep 2008 16:07:07 +0000</pubDate>
<dc:creator>Shagalaga</dc:creator>
<guid isPermaLink="false">19358@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ive got the same problem, i cant post links, because &#34;You need to actually submit some content!&#34;&#60;/p&#62;
&#60;p&#62;wtf?!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Redirect problem"</title>
<link>http://bbpress.org/forums/topic/redirect-problem#post-15437</link>
<pubDate>Wed, 16 Apr 2008 20:41:46 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15437@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Right, I see that you don't have permalinks on.&#60;/p&#62;
&#60;p&#62;Do you have access to server logs where you can see what is happening with those requests?  At the very least, I should be able to log in.  That makes two problems (yours and this logging in one.)&#60;/p&#62;
&#60;p&#62;Also, what does that first rewrite rule do?  Just curious, I've never seen it before.&#60;/p&#62;
&#60;p&#62;How about caching?  Is it possible WordPress caching is causing your trouble?
&#60;/p&#62;</description>
</item>
<item>
<title>JaneLitte on "Redirect problem"</title>
<link>http://bbpress.org/forums/topic/redirect-problem#post-15432</link>
<pubDate>Wed, 16 Apr 2008 18:10:34 +0000</pubDate>
<dc:creator>JaneLitte</dc:creator>
<guid isPermaLink="false">15432@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't have pretty permalinks on.  I don't have an .htaccess file in the bbpress install.  My root .htaccess is this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;php_flag register_globals off

RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/print/?$ /wp-print.php?year=$1&#38;#38;monthnum=$2&#38;#38;day=$3&#38;#38;name=$4 [QSA,L]

# BEGIN WordPress
&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /

	RewriteCond %{HTTP_COOKIE} !^.*comment_author_.*$
	RewriteCond %{HTTP_COOKIE} !^.*wordpressuser.*$
	RewriteCond %{HTTP_COOKIE} !^.*wp-postpass_.*$
	RewriteCond %{HTTP:Accept-Encoding} gzip
	RewriteCond %{DOCUMENT_ROOT}/wordpress/wp-content/cache/supercache/%{HTTP_HOST}/$1index.html.gz -f
	RewriteRule ^(.*) /wordpress/wp-content/cache/supercache/%{HTTP_HOST}/$1index.html.gz [L]

	RewriteCond %{HTTP_COOKIE} !^.*comment_author_.*$
	RewriteCond %{HTTP_COOKIE} !^.*wordpressuser.*$
	RewriteCond %{HTTP_COOKIE} !^.*wp-postpass_.*$
	RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1index.html -f
	RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1index.html [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&#38;lt;/IfModule&#38;gt;

# END WordPress

&#38;lt;Files 403.shtml&#38;gt;
order allow,deny
allow from all
&#38;lt;/Files&#38;gt;
#AddHandler php5-script .php&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>chrishajer on "Redirect problem"</title>
<link>http://bbpress.org/forums/topic/redirect-problem#post-15428</link>
<pubDate>Wed, 16 Apr 2008 16:43:16 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15428@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I registered and received my email, but I can't log in, no message, it just refreshes the page.   I would say it has something to do with the rewrite rules.  I would turn off slugs or permalinks in your bb-config.php.&#60;/p&#62;
&#60;p&#62;I just looked in my bb-config-sample.php though, and there is no mod_rewrite line in there?  Weird.  Not sure how to tell you to turn off pretty permalinks, but I suspect that's the problem.  That, or something in an .htaccess file that is causing weirdness.
&#60;/p&#62;</description>
</item>
<item>
<title>JaneLitte on "Redirect problem"</title>
<link>http://bbpress.org/forums/topic/redirect-problem#post-15423</link>
<pubDate>Wed, 16 Apr 2008 15:17:59 +0000</pubDate>
<dc:creator>JaneLitte</dc:creator>
<guid isPermaLink="false">15423@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've set up a new forum and I when I add &#34;replies&#34; it redirects and gives an error message:&#60;/p&#62;
&#60;p&#62;You need to actually submit some content!&#60;/p&#62;
&#60;p&#62;But the post actually goes through.  Thoughts?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
