<?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>Stump of a Muffin &#187; htaccess deny</title>
	<atom:link href="http://muffinstump.ca/tag/htaccess-deny/feed/" rel="self" type="application/rss+xml" />
	<link>http://muffinstump.ca</link>
	<description>A Resource for Very Little</description>
	<lastBuildDate>Tue, 06 Sep 2011 18:10:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>.htaccess &#8211; Denied</title>
		<link>http://muffinstump.ca/2010/03/htaccess-denied/</link>
		<comments>http://muffinstump.ca/2010/03/htaccess-denied/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 21:44:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Toppings]]></category>
		<category><![CDATA[htaccess deny]]></category>

		<guid isPermaLink="false">http://muffinstump.ca/?p=142</guid>
		<description><![CDATA[Every wanted to keep everyone out of a directory?  Make your .htaccess file this way: deny from all Now that entire directory is &#8216;blocked&#8217; from prying eyes. How about not allowing any site visitor from parsing a resource? It goes a little like this: &#60;Files *.phpi&#62; deny from all &#60;/Files&#62; Now any file with the [...]]]></description>
			<content:encoded><![CDATA[<p>Every wanted to keep everyone out of a directory?  Make your .htaccess file this way:</p>
<blockquote><p>deny from all</p></blockquote>
<p>Now that entire directory is &#8216;blocked&#8217; from prying eyes.</p>
<p>How about not allowing any site visitor from parsing a resource?  It goes a little like this:</p>
<blockquote><p>&lt;Files *.phpi&gt;</p>
<p>deny from all</p>
<p>&lt;/Files&gt;</p></blockquote>
<p>Now any file with the extension phpi will not be parsed.</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinstump.ca/2010/03/htaccess-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

