<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Password Protect Folder / Directory with htaccess and htpasswd on Apache and Linux / Unix'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 23:09:52 GMT</pubDate>
<item>
<title>kmartiin said on 9/10/09</title>
<link>http://snipplr.com/view/3791/password-protect-folder--directory-with-htaccess-and-htpasswd-on-apache-and-linux--unix/</link>
<description><![CDATA[ strange ... i dont really know how to format code the right way using markdown.
maybe you could just add this to your snippet ]]></description>
<pubDate>Thu, 10 Sep 2009 14:14:18 GMT</pubDate>
<guid>http://snipplr.com/view/3791/password-protect-folder--directory-with-htaccess-and-htpasswd-on-apache-and-linux--unix/</guid>
</item>
<item>
<title>kmartiin said on 9/10/09</title>
<link>http://snipplr.com/view/3791/password-protect-folder--directory-with-htaccess-and-htpasswd-on-apache-and-linux--unix/</link>
<description><![CDATA[ i asked myself how to protect a specific file
here is how:

<code>
AuthUserFile /path/to/.htpasswd
AuthName "Restricted Area"
AuthType Basic


    require valid-user   #or use a specific user

</code> ]]></description>
<pubDate>Thu, 10 Sep 2009 14:11:27 GMT</pubDate>
<guid>http://snipplr.com/view/3791/password-protect-folder--directory-with-htaccess-and-htpasswd-on-apache-and-linux--unix/</guid>
</item>
</channel>
</rss>