<?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>htaccess file &#187; access control</title>
	<atom:link href="http://htaccessfile.com/tag/access-control/feed" rel="self" type="application/rss+xml" />
	<link>http://htaccessfile.com</link>
	<description>htaccess files configuration and tips</description>
	<lastBuildDate>Sun, 23 Jan 2011 12:50:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Prevent file viewing with htaccess</title>
		<link>http://htaccessfile.com/prevent-viewing-of-files-with-htaccess</link>
		<comments>http://htaccessfile.com/prevent-viewing-of-files-with-htaccess#comments</comments>
		<pubDate>Fri, 12 Feb 2010 14:50:25 +0000</pubDate>
		<dc:creator>Wil</dc:creator>
				<category><![CDATA[htaccess tutorials]]></category>
		<category><![CDATA[access control]]></category>
		<category><![CDATA[directives]]></category>
		<category><![CDATA[server config]]></category>

		<guid isPermaLink="false">http://htaccessfile.com/?p=40</guid>
		<description><![CDATA[If you have a directory which contains passwords or files that you don&#8217;t want anybody to be able to view or to download, you might add the following to your .htaccess file : - If you want to prevent people from viewing all the files : &#60;Files *&#62; Order allow,deny Deny from All &#60;/Files&#62; - [...]]]></description>
		<wfw:commentRss>http://htaccessfile.com/prevent-viewing-of-files-with-htaccess/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

