<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Protect a Directory with Apache, .htaccess and httpasswd</title>
	<atom:link href="http://seanbehan.com/programming/protect-a-directory-with-apache-htaccess-and-httpasswd/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanbehan.com/programming/protect-a-directory-with-apache-htaccess-and-httpasswd/</link>
	<description>Web Programming, Ruby on Rails, Wordpress, PHP from Burlington, Vermont</description>
	<lastBuildDate>Mon, 30 Jan 2012 12:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sean</title>
		<link>http://seanbehan.com/programming/protect-a-directory-with-apache-htaccess-and-httpasswd/#comment-328</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Mon, 11 Apr 2011 20:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://seanbehan.com/?p=392#comment-328</guid>
		<description>Also, 

You need to change in apache config 

Allow override from None to All

# 
vim /etc/apache2/sites-available/default


      
                Options Indexes FollowSymLinks MultiViews
                AllowOverride All
                Order allow,deny
                allow from all
        </description>
		<content:encoded><![CDATA[<p>Also, </p>
<p>You need to change in apache config </p>
<p>Allow override from None to All</p>
<p>#<br />
vim /etc/apache2/sites-available/default</p>
<p>                Options Indexes FollowSymLinks MultiViews<br />
                AllowOverride All<br />
                Order allow,deny<br />
                allow from all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://seanbehan.com/programming/protect-a-directory-with-apache-htaccess-and-httpasswd/#comment-27</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 13 Jan 2010 16:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://seanbehan.com/?p=392#comment-27</guid>
		<description>typo alert... i wrote &quot;httpasswd&quot; when it should be &quot;htpasswd&quot;. the httpasswd won&#039;t work because the command doesn&#039;t exist. the post above contains the corrected copy!</description>
		<content:encoded><![CDATA[<p>typo alert&#8230; i wrote &#8220;httpasswd&#8221; when it should be &#8220;htpasswd&#8221;. the httpasswd won&#8217;t work because the command doesn&#8217;t exist. the post above contains the corrected copy!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

