<?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>EasyWAMP &#187; file uploading</title>
	<atom:link href="http://www.easywamp.com/tag/file-uploading/feed" rel="self" type="application/rss+xml" />
	<link>http://www.easywamp.com</link>
	<description>Make it Easy</description>
	<lastBuildDate>Mon, 09 Jan 2012 19:15:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Protect your upload folder</title>
		<link>http://www.easywamp.com/2010/06/protect-your-upload-folder.htm</link>
		<comments>http://www.easywamp.com/2010/06/protect-your-upload-folder.htm#comments</comments>
		<pubDate>Mon, 21 Jun 2010 20:52:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[amp nbsp]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[file uploading]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[shell scripts]]></category>

		<guid isPermaLink="false">http://www.easywamp.com/?p=74</guid>
		<description><![CDATA[Hi, This codes will protect your site from uploading and execute any type of php shell scripts into your upload folder for example , this way will disable any php file in that folder . So , whatever they upload you gonna be in the safe side .the server will deal with php file like [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, This codes will protect your site from uploading and execute any type of php shell scripts into your upload folder for example , this way will disable any php file in that folder . So , whatever they upload you gonna be in the safe side .the server will deal with php file like txt file !!. This way is very useful in file uploading scripts :</p>
<p>1- make sure that your server is Apache not iis or something else .</p>
<p>2- create file and name it .htaccess&nbsp; inside upload folder.</p>
<p>3- paste this code in the file</p>
<p>[php] RemoveHandler .php .php4 .php5 RemoveType .php .php4 .php5 [/php]</p>
<p>4- save the file</p>
<p>5- that&#39;s it now any php file in that folder is disabled .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.easywamp.com/2010/06/protect-your-upload-folder.htm/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

