<?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>SridhaReena &#187; Note to Self</title>
	<atom:link href="http://www.sridhareena.com/category/note-to-self/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sridhareena.com</link>
	<description>Personal blog of Sridhar and Reena</description>
	<lastBuildDate>Tue, 17 Mar 2009 03:00:17 +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>Can&#8217;t create categories in WordPress?</title>
		<link>http://www.sridhareena.com/2008/02/20/cant-create-categories-in-wordpress/</link>
		<comments>http://www.sridhareena.com/2008/02/20/cant-create-categories-in-wordpress/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 08:22:21 +0000</pubDate>
		<dc:creator>Sridhar</dc:creator>
				<category><![CDATA[Note to Self]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.sridhareena.com/2008/02/20/cant-create-categories-in-wordpress/</guid>
		<description><![CDATA[While setting up auto blogs for a client, I wasn&#8217;t able to create categories in WordPress. After I provided the category name and hit &#8216;Add Category&#8217; button, the portion of the wp-admin/categories.php page would show up the blog. I&#8217;ve made available a screencast of this problem here. The solution to this is to add the [...]]]></description>
			<content:encoded><![CDATA[<p>While setting up auto blogs for a client, I wasn&#8217;t able to create categories in WordPress. After I provided the category name and hit &#8216;Add Category&#8217; button, the portion of the wp-admin/categories.php page would show up the blog. </p>
<p>I&#8217;ve made available a screencast of this problem <a href="http://www.howtotuts.com/demos/WordPressCategoriesProblem/index.html">here</a>.</p>
<p>The solution to this is to add the following to .htaccess:</p>
<pre class="brush: html">&lt;IfModule mod_security.c&gt;
SecFilterEngine Off
SecFilterScanPOST Off
&lt;/IfModule&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.sridhareena.com/2008/02/20/cant-create-categories-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress plugins that should/shouldn&#8217;t be kept in their own directory</title>
		<link>http://www.sridhareena.com/2008/02/16/wordpress-plugins-that-shouldshouldnt-be-kept-in-their-own-directory/</link>
		<comments>http://www.sridhareena.com/2008/02/16/wordpress-plugins-that-shouldshouldnt-be-kept-in-their-own-directory/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 17:44:32 +0000</pubDate>
		<dc:creator>Sridhar</dc:creator>
				<category><![CDATA[Note to Self]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.sridhareena.com/2008/02/16/wordpress-plugins-that-shouldshouldnt-be-kept-in-their-own-directory/</guid>
		<description><![CDATA[Plugins that don&#8217;t work when their main php file(s) is/are uploaded by itself/themselves in plugins directory. They must be placed in a directory of their own inside wp-content/plugins. FeedWordPress Plugins that don&#8217;t work when their main php file(s) is/are uploaded to their own directory in plugins directory. They must be placed directly in wp-content/plugins. Feed [...]]]></description>
			<content:encoded><![CDATA[<p>Plugins that don&#8217;t work when their main php file(s) is/are uploaded by itself/themselves in plugins directory. They must be placed in a directory of their own inside wp-content/plugins.</p>
<ul>
<li>FeedWordPress</li>
</ul>
<p>Plugins that don&#8217;t work when their main php file(s) is/are uploaded to their own directory in plugins directory. They must be placed directly in wp-content/plugins.</p>
<ul>
<li><a href="http://blog.rawlinson.us/">Feed List</a></li>
</ul>
<p>This post will be kept updated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sridhareena.com/2008/02/16/wordpress-plugins-that-shouldshouldnt-be-kept-in-their-own-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
