<?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: Trouble posting</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Trouble posting</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 14:30:26 +0000</pubDate>

<item>
<title>Trent on "Trouble posting"</title>
<link>http://bbpress.org/forums/topic/trouble-posting#post-4952</link>
<pubDate>Tue, 27 Feb 2007 16:16:47 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4952@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It is mod_rewrite in the config.php that chrishajer is referring to.   As well, could you post without CAPS on as that is shouting and can be considered rude as well!&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Trouble posting"</title>
<link>http://bbpress.org/forums/topic/trouble-posting#post-4950</link>
<pubDate>Tue, 27 Feb 2007 14:13:45 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">4950@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you turn off pretty permalinks in the config.php and remove the .htaccess to see if those things are the source of the problem?  Also, a URL to experience the problem would help also.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>SBHATNAGAR on "Trouble posting"</title>
<link>http://bbpress.org/forums/topic/trouble-posting#post-4945</link>
<pubDate>Tue, 27 Feb 2007 06:21:28 +0000</pubDate>
<dc:creator>SBHATNAGAR</dc:creator>
<guid isPermaLink="false">4945@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I AM HAVING TROUBLE POSTING AS WELL AS AN ADMIN. I GET A REPLY BOX AND THE SEND POST DOES NOT WORK..AS A RESULT I CANNOT CREATE POSTS...
&#60;/p&#62;</description>
</item>
<item>
<title>sniss on "Trouble posting"</title>
<link>http://bbpress.org/forums/topic/trouble-posting#post-1813</link>
<pubDate>Fri, 01 Dec 2006 12:30:25 +0000</pubDate>
<dc:creator>sniss</dc:creator>
<guid isPermaLink="false">1813@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Firefox and Internet Exploder^H^H^Hrer, and it behaves in a similar fashion. Well I sit behind a corporate firewall/proxy, so the configuration is unknown.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Trouble posting"</title>
<link>http://bbpress.org/forums/topic/trouble-posting#post-1733</link>
<pubDate>Wed, 29 Nov 2006 22:09:49 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">1733@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What browser are you using?  Does the same thing happen in every browser?&#60;/p&#62;
&#60;p&#62;Do you have any firewall or proxy servers set up?
&#60;/p&#62;</description>
</item>
<item>
<title>sniss on "Trouble posting"</title>
<link>http://bbpress.org/forums/topic/trouble-posting#post-1597</link>
<pubDate>Fri, 24 Nov 2006 09:32:46 +0000</pubDate>
<dc:creator>sniss</dc:creator>
<guid isPermaLink="false">1597@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have a rather strange problem. When I click the &#34;Send Post&#34;-button I get a 302 Found, with the following message:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;The document has moved
&#60;ul&#62;here&#60;/ul&#62;
.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;The link points to &#60;em&#62;bb-post.php&#60;/em&#62;. When I click the link I get the following message:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;You need to actually submit some content!&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;My &#60;em&#62;.htaccess&#60;/em&#62; file that was generated from &#60;em&#62;rewrite-rules.php&#60;/em&#62; is placed in the root of the bbpress-installation looks like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;RewriteEngine On&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteBase /bbpress/&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^forum/([0-9]+)/page/([0-9]+)$ /bbpress/forum.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^forum/([0-9]+)$ /bbpress/forum.php?id=$1 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^topic/([0-9]+)/page/([0-9]+)$ /bbpress/topic.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^topic/([0-9]+)$ /bbpress/topic.php?id=$1 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^tags/(.+)/page/([0-9]+)$ /bbpress/tags.php?tag=$1&#38;#38;page=$2 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^tags/(.+)/?$ /bbpress/tags.php?tag=$1 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^tags/?$ /bbpress/tags.php [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^profile/([0-9]+)/page/([0-9]+)$ /bbpress/profile.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^profile/([0-9]+)/([a-z]+)$ /bbpress/profile.php?id=$1&#38;#38;tab=$2 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^profile/([0-9]+)/([a-z]+)/page/([0-9]+)$ /bbpress/profile.php?id=$1&#38;#38;tab=$2&#38;#38;page=$3 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^profile/([0-9]+)$ /bbpress/profile.php?id=$1 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^view/([a-z-]+)/page/([0-9]+)$ /bbpress/view.php?view=$1&#38;#38;page=$2 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^view/([a-z-]+)$ /bbpress/view.php?view=$1 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^rss/$ /bbpress/rss.php [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^rss/forum/([0-9]+)$ /bbpress/rss.php?forum=$1 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^rss/topic/([0-9]+)$ /bbpress/rss.php?topic=$1 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^rss/tags/([a-z]+)$ /bbpress/rss.php?tag=$1 [L,QSA]&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;RewriteRule ^rss/profile/([0-9]+)$ /bbpress/rss.php?profile=$1 [L,QSA]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The &#60;em&#62;$bb-&#38;gt;mod_rewrite&#60;/em&#62; is set to &#60;em&#62;true&#60;/em&#62;.&#60;/p&#62;
&#60;p&#62;The post is inserted into the database, when I look at the frontpage of bbpress, but it is not redirecting properly.&#60;/p&#62;
&#60;p&#62;My webhost is &#60;em&#62;one.com&#60;/em&#62;.&#60;/p&#62;
&#60;p&#62;Has anyone else experienced this fenomenon?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
