<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Keep It Simple! &#187; wordpress</title>
	<atom:link href="http://blog.sumanth.us/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sumanth.us</link>
	<description>BETA forever</description>
	<lastBuildDate>Mon, 12 Apr 2010 17:04:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress &#8211; Automatic Updates Fix</title>
		<link>http://blog.sumanth.us/wordpress-automatic-updates-fix/2010/01/24/</link>
		<comments>http://blog.sumanth.us/wordpress-automatic-updates-fix/2010/01/24/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 04:29:55 +0000</pubDate>
		<dc:creator>Sumanth</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[auto update fix]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.sumanth.us/?p=555</guid>
		<description><![CDATA[WordPress seems to have problems sometimes with auto updating the plugins or for upgrades. Create a file &#8220;.htaccess&#8221; in your main source directory &#8212; where the directories wp-admin, wp-content, wp-includes reside with this as content. # BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] AddType x-mapp-php5 .php [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress seems to have problems sometimes with auto updating the plugins or for upgrades.  Create a file &#8220;.htaccess&#8221; in your main source directory &#8212; where the directories wp-admin, wp-content, wp-includes reside with this as content.</p>
<blockquote><p>
# BEGIN WordPress<br />
<IfModule mod_rewrite.c><br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
AddType x-mapp-php5 .php<br />
AddType text/html .shtml .html<br />
AddHandler server-parsed .shtml .html<br />
AddHandler x-mapp-php5 .php<br />
</IfModule></p>
<p># END WordPress
</p></blockquote>
<p>It had been bothering me for a while and thanks to <a href="http://wordpress.org/support/topic/317407">WordPress Support</a> I&#8217;ve been able to figure out the solution. Let me know if it helps you.</p>
<div class="tweetmeme_button" style="float: right; margin-top:10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.sumanth.us%2Fwordpress-automatic-updates-fix%2F2010%2F01%2F24%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.sumanth.us%2Fwordpress-automatic-updates-fix%2F2010%2F01%2F24%2F&amp;source=_5K&amp;style=compact&amp;service=bit.ly&amp;service_api=http%253A%252F%252Fblog.sumanth.us" height="61" width="50" /><br />
			</a>
		</div>
<div align="right" style="float:right;padding:10px 10px 5px 10px;"><a name="fb_share" type="button_count" share_url="http://blog.sumanth.us/wordpress-automatic-updates-fix/2010/01/24/"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.sumanth.us/wordpress-automatic-updates-fix/2010/01/24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
