<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: mod_rewrite with Fedora 10 and ISPConfig for WordPress</title>
	<atom:link href="http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/</link>
	<description>goitworld.com</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:37:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Thom</title>
		<link>http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/comment-page-1/#comment-29295</link>
		<dc:creator>Thom</dc:creator>
		<pubDate>Tue, 13 Dec 2011 17:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/#comment-29295</guid>
		<description>WordPress permalinks were not being rewritten, obviously now because the .htaccess was not overriding the default setting of AllowOverride , which defaults to None, hence the directives were not being looked at there.  Setting this to  All  in httpd.conf  solved this for me.   

---from the config file  

#
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be &quot;All&quot;, &quot;None&quot;, or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    
     AllowOverride All

Adding RewriteEngine on  and changing AllowOverride to All  solved this for me.</description>
		<content:encoded><![CDATA[<p>WordPress permalinks were not being rewritten, obviously now because the .htaccess was not overriding the default setting of AllowOverride , which defaults to None, hence the directives were not being looked at there.  Setting this to  All  in httpd.conf  solved this for me.   </p>
<p>&#8212;from the config file  </p>
<p>#<br />
    # AllowOverride controls what directives may be placed in .htaccess files.<br />
    # It can be &#8220;All&#8221;, &#8220;None&#8221;, or any combination of the keywords:<br />
    #   Options FileInfo AuthConfig Limit<br />
    #</p>
<p>     AllowOverride All</p>
<p>Adding RewriteEngine on  and changing AllowOverride to All  solved this for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Ramos</title>
		<link>http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/comment-page-1/#comment-28965</link>
		<dc:creator>Jay Ramos</dc:creator>
		<pubDate>Sat, 08 Oct 2011 13:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/#comment-28965</guid>
		<description>Great! I like the way you like your article. Well-organized and very easy to understand. It is readers-friendly!</description>
		<content:encoded><![CDATA[<p>Great! I like the way you like your article. Well-organized and very easy to understand. It is readers-friendly!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

