<?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>TutorBoy &#187; .htaccess</title>
	<atom:link href="http://articles.tutorboy.com/topics/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://articles.tutorboy.com</link>
	<description>Log on to Techknowledgey</description>
	<lastBuildDate>Wed, 18 Jan 2012 09:06:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Zend Framework on shared hosting</title>
		<link>http://articles.tutorboy.com/2010/12/13/zend-framework-on-shared-hosting/</link>
		<comments>http://articles.tutorboy.com/2010/12/13/zend-framework-on-shared-hosting/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 06:17:31 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://articles.tutorboy.com/?p=2581</guid>
		<description><![CDATA[Here is some tips and tricks to use Zend Framework on shared hosting. Click Here
]]></description>
			<content:encoded><![CDATA[<p>Here is some tips and tricks to use Zend Framework on shared hosting. <a title="Zend Framework on shared hosting" href="http://stackoverflow.com/questions/1115547/zend-framework-on-shared-hosting" target="_self"><span id="more-2581"></span>Click Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2010/12/13/zend-framework-on-shared-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block IPs with .htaccess</title>
		<link>http://articles.tutorboy.com/2009/08/09/block-ips-with-htaccess/</link>
		<comments>http://articles.tutorboy.com/2009/08/09/block-ips-with-htaccess/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 08:45:35 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=104</guid>
		<description><![CDATA[You want to block access of your site from particular IP Address, use the following tips!!!.  Create a .htaccess file ...]]></description>
			<content:encoded><![CDATA[<p>You want to block access of your site from particular IP Address, use the following tips!!!.  Create a <em>.htaccess</em> file to your root folder and add the lines, replace xxx.xxx.xxx.xxx with IP address. You can add more than one IP by repeating the same line (<em>deny from</em>) with each IP Address.</p>
<h2>The .htaccess</h2>
<pre class="brush:php">order allow,deny
allow from all
deny from xxx.xxx.xxx.xxx
deny from xxx.xxx.xxx.xxx</pre>
<p>Have fun!! <img src='http://articles.tutorboy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2009/08/09/block-ips-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

