<?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: rewrite-rules</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: rewrite-rules</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 22:03:21 +0000</pubDate>

<item>
<title>chrishajer on "No Input Specified."</title>
<link>http://bbpress.org/forums/topic/no-input-specified#post-14706</link>
<pubDate>Wed, 26 Mar 2008 19:23:22 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14706@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have a WordPress site as well, with bbPress in a subdirectory, and permalinks for me work in WordPress and not bbPress.  I gave up on it long ago since it's just not that important to me.  I have no idea why it works for WordPress and not bbPress.  I've tried all the steps as well.
&#60;/p&#62;</description>
</item>
<item>
<title>motaboy21 on "No Input Specified."</title>
<link>http://bbpress.org/forums/topic/no-input-specified#post-14696</link>
<pubDate>Wed, 26 Mar 2008 14:15:26 +0000</pubDate>
<dc:creator>motaboy21</dc:creator>
<guid isPermaLink="false">14696@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;no man, i have a wordpress site in the same server and the slugs works.. i dont know, maybe i could copy the configuration of the wordpress site...
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "No Input Specified."</title>
<link>http://bbpress.org/forums/topic/no-input-specified#post-14620</link>
<pubDate>Sun, 23 Mar 2008 19:46:44 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14620@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You need to determine if your host supports an .htaccess file, and if it does, you need to know if it supports mod_rewrite in the file.  Maybe your host has a support page where you can find that information out.  Since your website is running on Apache, it is possible you can use mod_rewrite and pretty permalinks or slugs.&#60;/p&#62;
&#60;p&#62;Did you already try both methods of setting up permalinks described here?&#60;br /&#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>motaboy21 on "No Input Specified."</title>
<link>http://bbpress.org/forums/topic/no-input-specified#post-14618</link>
<pubDate>Sun, 23 Mar 2008 17:15:18 +0000</pubDate>
<dc:creator>motaboy21</dc:creator>
<guid isPermaLink="false">14618@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi well, if you check this site &#60;a href=&#34;http://www.hentaitube.org&#34; rel=&#34;nofollow&#34;&#62;www.hentaitube.org&#60;/a&#62; all the links take you to the &#34;no input specified&#34; page, i did the .htacess thing it didnt work, i tried copied the whole code of the rewrite-rules on the .htacess but it doesnt work,.. just for more details, in the admin control panel i cannot change my profile, i dont see any posts...&#60;/p&#62;
&#60;p&#62;[]EDITED[] I changed the permalinks code, its set to &#34;false&#34; now it works, but i want it to be like slugs, what can i do??&#60;/p&#62;
&#60;p&#62;if you need more info just tell me
&#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>

</channel>
</rss>
