<?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>WpFunc &#187; protect</title>
	<atom:link href="http://wpfunc.com/tag/protect/feed" rel="self" type="application/rss+xml" />
	<link>http://wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Thu, 01 Dec 2011 01:17:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Use .htaccess like a protector&#8230;</title>
		<link>http://wpfunc.com/wordpress/use-htaccess-like-a-protector.html</link>
		<comments>http://wpfunc.com/wordpress/use-htaccess-like-a-protector.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 20:07:28 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[sql injection]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=390</guid>
		<description><![CDATA[Protect your blog from script injections with .htaccess. With this file we can make a lot of things. Today we insert a protect code into this file. Make backup and see how to make it&#8230; Let&#8217;s Begin
Here is the code;
Simply paste this code into your .htaccess file. Make backup before change file.
That&#8217;s All!
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Protect your blog from script injections with <span style="color: #ff0000;"><strong>.htaccess</strong></span>. With this file we can make a lot of things. Today we insert a protect code into this file. Make backup and see how to make it&#8230; Let&#8217;s Begin<span id="more-390"></span></p>
<h3>Here is the code;</h3>
<p style="text-align: justify;">Simply paste this code into your <span style="color: #ff0000;"><strong>.htaccess</strong></span> file. Make backup before change file.</p>
<pre class="brush: xml; title: ; notranslate">Options +FollowSymLinks
RewriteEngine On
RewriteCond %{QUERY_STRING} (\&lt;|%3C).*script.*(\&gt;|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]
</pre>
<p>That&#8217;s All!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/use-htaccess-like-a-protector.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

