<?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>Linux Windows System Administrator Help &#187; Flash Uploader</title>
	<atom:link href="http://linuxwindowsmaster.com/tag/flash-uploader/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxwindowsmaster.com</link>
	<description></description>
	<lastBuildDate>Thu, 20 May 2010 20:07:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to fix HTTP Error on Wordpress 2.6 Flash Uploader</title>
		<link>http://linuxwindowsmaster.com/http-error-on-wordpress-flash-uploader/</link>
		<comments>http://linuxwindowsmaster.com/http-error-on-wordpress-flash-uploader/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 01:24:31 +0000</pubDate>
		<dc:creator>Alex P</dc:creator>
				<category><![CDATA[Cpanel Server]]></category>
		<category><![CDATA[Flash Uploader]]></category>
		<category><![CDATA[HTTP Error]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=312</guid>
		<description><![CDATA[
Whenever you are trying to upload an image using the flash uploader in Wordpress   and received a “HTTP error”? and uploading images status stuck in crunching ……..
 Here solutions::
 
The problem has something to do with mod_security,  which is basically a web application firewall that protects your website from a range of [...]]]></description>
			<content:encoded><![CDATA[<p><!--[endif]--></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;">Whenever you are trying to upload an image using the flash uploader in Wordpress <span> </span><span> </span>and received a “HTTP error”? and uploading images status stuck in crunching ……..</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;"><span> </span><strong>Here solutions::</strong></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;">The problem has something to do with mod_security, <span> </span>which is basically a web application firewall that protects your website from a range of attacks. So you shouldn’t turn off this module as it protects your site from such <span> </span>malicious attack , You can add a special rule in .htaccess file which can be found in the root folder of your Wordpress installation<span> </span>to get work <span> </span>the flash uploader.</span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;">Open the <strong><span style="font-family: &quot;Georgia&quot;,&quot;serif&quot;;">.htaccess</span></strong> file in your website document root and add the following lines:</span></p>
<ul>
<li><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;"> <strong>For Apache 1.X<br />
</strong></p>
<pre>&lt;IfModule mod_security.c&gt;
&lt;Files async-upload.php&gt;
SecFilterEngine Off
SecFilterScanPOST Off
&lt;/Files&gt;
&lt;/IfModule&gt;</pre>
<p></span></li>
<li><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;"><strong>For Apache 2.X<br />
</strong></p>
<pre>&lt;IfModule mod_security2.c&gt;
&lt;Files async-upload.php&gt;
SecRuleEngine Off
SecAuditEngine Off
&lt;/Files&gt;
&lt;/IfModule&gt;</pre>
<p></span></li>
</ul>
<p><strong><span style="font-family: &quot;Georgia&quot;,&quot;serif&quot;; color: black;"> </span></strong><span style="font-family: &quot;Georgia&quot;,&quot;serif&quot;; color: black;">Then try to upload the images it should be work like charm D:</span></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/http-error-on-wordpress-flash-uploader/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
