<?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>bloggingrocket.com &#187; htaccess</title>
	<atom:link href="http://www.bloggingrocket.com/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingrocket.com</link>
	<description>Launch your WordPress blog the right way, first time.</description>
	<lastBuildDate>Sun, 11 Apr 2010 20:35:54 +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>Hosting Security Issue :: WordPress Flash Uploader Errors</title>
		<link>http://www.bloggingrocket.com/hosting-security-issue-wordpress-flash-uploader-errors/</link>
		<comments>http://www.bloggingrocket.com/hosting-security-issue-wordpress-flash-uploader-errors/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 09:26:34 +0000</pubDate>
		<dc:creator>Ian Blackford</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[add image]]></category>
		<category><![CDATA[add media]]></category>
		<category><![CDATA[flash uploader]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[webserver]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.bloggingrocket.com/?p=312</guid>
		<description><![CDATA[If you have a problem uploading images into your blog using the 'Add media -> Add an image' pop up window, it might be because you are using the default flash based uploader. The problem doesn't actually lie in the WordPress coding, it seems to lie within the settings of the webserver that is dishing out your files. Fortunately there is simple answer]]></description>
			<content:encoded><![CDATA[<p>If you have a problem uploading images into your blog using the &#8216;Add media -&gt; Add an image&#8217; pop up window, it might be because you are using the default flash based uploader.</p>
<p>The problem doesn&#8217;t actually lie in the WordPress coding, it seems to lie within the settings of the webserver that is dishing out your files. Fortunately there is simple answer to this and it lies in doing a quick edit in your .htaccess file.</p>
<p>It seems that some hosting accounts have SecFilterScanPOST enabled and this is causing the problem.</p>
<p>Alter your .htaccess file by adding these two lines of code:</p>
<pre>SecFilterEngine Off</pre>
<pre>SecFilterScanPOST Off</pre>
<p>Now try to upload your picture again and you should find it working.</p>
<p>Please note: I&#8217;m not a webserver techie and I have to hold my hand up and honestly say that I&#8217;m not sure why turning off these two options makes the difference. I do know that they were on for a reason &#8211; that reason may be because it&#8217;s a default install and they can be either on or off without making any difference, or it could be that it&#8217;s a critical bit of set up that really shouldn&#8217;t be turned off.</p>
<blockquote><p><strong>So here is a shout out to anybody with webserver knowledge to join in the comments on this post and tell me what&#8217;s what with these settings. So please follow this post&#8217;s comments in either the comments RSS feed or subscribe to the comments below.</strong></p></blockquote>
<p><em>As with any of our advice the usual disclaimer applies: back up before you do any alterations and be aware that you do the mod at your own risk.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingrocket.com/hosting-security-issue-wordpress-flash-uploader-errors/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Plugins :: Deactivate then Delete</title>
		<link>http://www.bloggingrocket.com/deactivate-plugins-before-deleting/</link>
		<comments>http://www.bloggingrocket.com/deactivate-plugins-before-deleting/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 21:52:48 +0000</pubDate>
		<dc:creator>Ian Blackford</dc:creator>
				<category><![CDATA[Mini Tips]]></category>
		<category><![CDATA[WordPress Mini Tips]]></category>
		<category><![CDATA[deactivate]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.bloggingrocket.com/?p=280</guid>
		<description><![CDATA[Some plugins create tables in your WordPress database or alter your .htaccess file, this happens when you activate them for the first time. If the plugin...]]></description>
			<content:encoded><![CDATA[<p>Some plugins create tables in your WordPress database or alter your .htaccess file, this happens when you activate them for the first time. If the plugin has been written correctly then it should tidy up after itself once it is deactivated.</p>
<p>WordPress now has a delete feature but to be able to delete the plugin you have to first deactivate it. This is the correct procedure, deactivate then delete, don&#8217;t be tempted to FTP into your plugins folder and just delete an active plugin. It might leave a load of settings behind that can cause the site to become unstable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingrocket.com/deactivate-plugins-before-deleting/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
