<?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>WordPress &#8250; Support User Favorites: cinemaminima</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support User Favorites: cinemaminima</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 13:31:14 +0000</pubDate>

<item>
<title>endianx on "Permalinks! - httpd instead of htaccess"</title>
<link>http://wordpress.org/support/topic/71377#post-374338</link>
<pubDate>Fri, 05 May 2006 04:25:19 +0000</pubDate>
<dc:creator>endianx</dc:creator>
<guid isPermaLink="false">374338@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This post is to help those who are using permalinks and have their own apache install and are making changes to httpd.conf instead of an htaccess file.&#60;/p&#62;
&#60;p&#62;Wordpress will assign code that looks something like the following:&#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;When you add this to httpd.conf, Apache2 will throw an error when you try to restart your server, due to the RewriteBase line.  My first try with this, I removed the line, thinking maybe I didn't need it with an httpd.conf file.  I was never able to get it working, however, and it is because that directive is essential.  Instead, you must do the following:&#60;/p&#62;
&#60;p&#62;&#38;lt;Directory /&#38;gt;&#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;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;/p&#62;
&#60;p&#62;Note the Directory tag.  That should work.  Hope this helps someone.&#60;/p&#62;
&#60;p&#62;- endianx -
&#60;/p&#62;</description>
</item>

</channel>
</rss>
