<?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>TechieDan &#187; http</title>
	<atom:link href="http://techiedan.com/tag/http/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiedan.com</link>
	<description>Your Search for The Tech Stuffs</description>
	<lastBuildDate>Thu, 09 Feb 2012 02:59:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress 2.7.1 Flash Upload HTTP Fix</title>
		<link>http://techiedan.com/2009/03/29/wordpress-271-flash-upload-http-fix/</link>
		<comments>http://techiedan.com/2009/03/29/wordpress-271-flash-upload-http-fix/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 17:36:40 +0000</pubDate>
		<dc:creator>techieDan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[uploader]]></category>

		<guid isPermaLink="false">http://techiedan.com/?p=397</guid>
		<description><![CDATA[<p>I have this problem when I upgraded from 2.6 version of WordPress to <strong>version 2.7</strong>. I can&#8217;t seem to upload anything using the flash image uploader. It has been on going since a few months back. I have searched for some solutions on the internet, but none seemed to mention about how to fix this [...]]]></description>
			<content:encoded><![CDATA[<p>I have this problem when I upgraded from 2.6 version of WordPress to <strong>version 2.7</strong>. I can&#8217;t seem to upload anything using the flash image uploader. It has been on going since a few months back. I have searched for some solutions on the internet, but none seemed to mention about how to fix this version but version 2.5.</p>
<p>I then so happen to chance upon this <a title="Wordpress 2.7.1 Uploader Solution" href="http://thethemeblog.com/wordpress/a-solution-to-http-error-using-wordpress-flash-uploader-problem" target="_blank">solution on this site</a>. But to spare you the details all you need to do is to <strong>modify your .htacess fil</strong>e in your server. If you really don&#8217;t know how to do that, I suggest you give the site a visit to learn it step by step.</p>
<p><img class="alignnone size-full wp-image-400" title="wordpress uploader solve" src="http://techiedan.com/wp-content/uploads/2009/03/wordpress-uploader-solve.jpg" alt="wordpress uploader solve" width="450" height="445" /></p>
<p><strong>Finally Uploader is Solved</strong></p>
<p>Paste this following lines on the top  in the <strong>.htacess</strong> file and you&#8217;re good to go.</p>
<blockquote><p><code>#BEGIN Image Upload HTTP Error Fix<br />
&lt;IfModule mod_security.c&gt;<br />
&lt;Files async-upload.php&gt;<br />
SecFilterEngine Off<br />
SecFilterScanPOST Off<br />
&lt;/Files&gt;<br />
&lt;/IfModule&gt;<br />
&lt;IfModule security_module&gt;<br />
&lt;Files async-upload.php&gt;<br />
SecFilterEngine Off<br />
SecFilterScanPOST Off<br />
&lt;/Files&gt;<br />
&lt;/IfModule&gt;<br />
&lt;IfModule security2_module&gt;<br />
&lt;Files async-upload.php&gt;<br />
SecFilterEngine Off<br />
SecFilterScanPOST Off<br />
&lt;/Files&gt;<br />
&lt;/IfModule&gt;<br />
#END Image Upload HTTP Error Fix</code></p></blockquote>
<p>That&#8217;s all there is to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiedan.com/2009/03/29/wordpress-271-flash-upload-http-fix/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

