<?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"
	>
<channel>
	<title>Comments on: How I fixed my WP image/media uploader and general wp-admin problems in 2.5.1</title>
	<atom:link href="http://zytzagoo.net/blog/2008/04/28/how-i-fixed-my-wp-imagemedia-uploader-and-general-wp-admin-problems-in-251/feed/" rel="self" type="application/rss+xml" />
	<link>http://zytzagoo.net/blog/2008/04/28/how-i-fixed-my-wp-imagemedia-uploader-and-general-wp-admin-problems-in-251/</link>
	<description>On life, web dev and everything in between.</description>
	<pubDate>Tue, 07 Oct 2008 01:15:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Gathic Musings &#187; Blog Archive &#187; Fixing That Annoying Media Library Bug in WordPress 2.5.1</title>
		<link>http://zytzagoo.net/blog/2008/04/28/how-i-fixed-my-wp-imagemedia-uploader-and-general-wp-admin-problems-in-251/#comment-924</link>
		<dc:creator>Gathic Musings &#187; Blog Archive &#187; Fixing That Annoying Media Library Bug in WordPress 2.5.1</dc:creator>
		<pubDate>Tue, 29 Apr 2008 12:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=54#comment-924</guid>
		<description>[...] worked. Fortunately, I persisted, and found this little gem. If you don&#8217;t feel like reading through that post and want the nitty-gritty of how to fix the [...]</description>
		<content:encoded><![CDATA[<p>[...] worked. Fortunately, I persisted, and found this little gem. If you don&#8217;t feel like reading through that post and want the nitty-gritty of how to fix the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zytzagoo</title>
		<link>http://zytzagoo.net/blog/2008/04/28/how-i-fixed-my-wp-imagemedia-uploader-and-general-wp-admin-problems-in-251/#comment-912</link>
		<dc:creator>zytzagoo</dc:creator>
		<pubDate>Tue, 29 Apr 2008 01:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=54#comment-912</guid>
		<description>Yeah, try that. If it still doesn't work, try removing the .htaccess file entirely, and just place an empty index.html or index.php file inside the wp-content folder.
That should prevent directory listing from occurring, as the web server will probably send the empty index file.</description>
		<content:encoded><![CDATA[<p>Yeah, try that. If it still doesn&#8217;t work, try removing the .htaccess file entirely, and just place an empty index.html or index.php file inside the wp-content folder.<br />
That should prevent directory listing from occurring, as the web server will probably send the empty index file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thinkwerid</title>
		<link>http://zytzagoo.net/blog/2008/04/28/how-i-fixed-my-wp-imagemedia-uploader-and-general-wp-admin-problems-in-251/#comment-910</link>
		<dc:creator>thinkwerid</dc:creator>
		<pubDate>Tue, 29 Apr 2008 00:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=54#comment-910</guid>
		<description>Thank you for your tips. 

Yes, I did forbid directory listing using .htaccess

&lt;code&gt;Options All -Indexes&lt;/code&gt;

Maybe I shall just secure wp-content directory (put .htaccess intto it) and delete the one under the root folder of WP?</description>
		<content:encoded><![CDATA[<p>Thank you for your tips. </p>
<p>Yes, I did forbid directory listing using .htaccess</p>
<p><code>Options All -Indexes</code></p>
<p>Maybe I shall just secure wp-content directory (put .htaccess intto it) and delete the one under the root folder of WP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zytzagoo</title>
		<link>http://zytzagoo.net/blog/2008/04/28/how-i-fixed-my-wp-imagemedia-uploader-and-general-wp-admin-problems-in-251/#comment-898</link>
		<dc:creator>zytzagoo</dc:creator>
		<pubDate>Mon, 28 Apr 2008 19:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=54#comment-898</guid>
		<description>wp-admin</description>
		<content:encoded><![CDATA[<p>wp-admin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thinkwerid</title>
		<link>http://zytzagoo.net/blog/2008/04/28/how-i-fixed-my-wp-imagemedia-uploader-and-general-wp-admin-problems-in-251/#comment-894</link>
		<dc:creator>thinkwerid</dc:creator>
		<pubDate>Mon, 28 Apr 2008 16:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=54#comment-894</guid>
		<description>Just want to confirm: where do you put the modified .htaccess file? wp-admin or the root directory of WP?</description>
		<content:encoded><![CDATA[<p>Just want to confirm: where do you put the modified .htaccess file? wp-admin or the root directory of WP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Upload images in Wordpress 2.5.1 &#124; Thinkweird's Blog</title>
		<link>http://zytzagoo.net/blog/2008/04/28/how-i-fixed-my-wp-imagemedia-uploader-and-general-wp-admin-problems-in-251/#comment-893</link>
		<dc:creator>Upload images in Wordpress 2.5.1 &#124; Thinkweird's Blog</dc:creator>
		<pubDate>Mon, 28 Apr 2008 16:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=54#comment-893</guid>
		<description>[...] To avoid an extra plugin to fix the problem, I am going to try the methods mentioned here: &#8230; what I did to fix the issue: grabbed the latest 2.5.1 from wordpress.org and replaced my [...]</description>
		<content:encoded><![CDATA[<p>[...] To avoid an extra plugin to fix the problem, I am going to try the methods mentioned here: &#8230; what I did to fix the issue: grabbed the latest 2.5.1 from wordpress.org and replaced my [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
