<?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: Apache web server on windows, how to password protect directory</title>
	<atom:link href="http://www.askshank.com/2008/02/apache-web-server-on-windows-how-to-password-protect-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askshank.com/2008/02/apache-web-server-on-windows-how-to-password-protect-directory/</link>
	<description></description>
	<lastBuildDate>Wed, 07 Dec 2011 13:04:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.askshank.com/2008/02/apache-web-server-on-windows-how-to-password-protect-directory/comment-page-1/#comment-286</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 15 Jan 2011 16:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.askshank.com/?p=16#comment-286</guid>
		<description>What error are you receiving</description>
		<content:encoded><![CDATA[<p>What error are you receiving</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.askshank.com/2008/02/apache-web-server-on-windows-how-to-password-protect-directory/comment-page-1/#comment-279</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 28 Oct 2010 22:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.askshank.com/?p=16#comment-279</guid>
		<description>I am not able to get the password authentication to work on my windows 7 (64 bit).

---Below is the entry in my .htaccess file:

AuthUserFile &quot;C:/Program Files (x86)/Apache Software Foundation/Apache2.2/bin/.htpasswd&quot;
AuthName &quot;Private Network Login Password Required&quot;
AuthType Basic

require valid-user

---------------------------------------------------------------
--Below is my entry in the httpd.conf file

#................................................................
#STEP 1. Check for the ACCESSFILENAME directive.  On Windows, let us
#        also add the &quot;ht.acl&quot; because although any XP allows me to
#        save a file with &quot;.htaccess&quot; some erlier versions may not 
#        allow for it. 
#................................................................
AccessFileName .htaccess

#................................................................
#STEP 2. Create a DIRECTORY directive for the directory that you want
#        to password-protect. My e.g., a filed called &quot;SECURE&quot; inside
#        the root apache folder.
#................................................................

	AllowOverride All
	Options None
	Order deny,allow

#####################################
~Any assistance is greatly appreciated. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I am not able to get the password authentication to work on my windows 7 (64 bit).</p>
<p>&#8212;Below is the entry in my .htaccess file:</p>
<p>AuthUserFile &#8220;C:/Program Files (x86)/Apache Software Foundation/Apache2.2/bin/.htpasswd&#8221;<br />
AuthName &#8220;Private Network Login Password Required&#8221;<br />
AuthType Basic</p>
<p>require valid-user</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
&#8211;Below is my entry in the httpd.conf file</p>
<p>#&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
#STEP 1. Check for the ACCESSFILENAME directive.  On Windows, let us<br />
#        also add the &#8220;ht.acl&#8221; because although any XP allows me to<br />
#        save a file with &#8220;.htaccess&#8221; some erlier versions may not<br />
#        allow for it.<br />
#&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
AccessFileName .htaccess</p>
<p>#&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
#STEP 2. Create a DIRECTORY directive for the directory that you want<br />
#        to password-protect. My e.g., a filed called &#8220;SECURE&#8221; inside<br />
#        the root apache folder.<br />
#&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
<p>	AllowOverride All<br />
	Options None<br />
	Order deny,allow</p>
<p>#####################################<br />
~Any assistance is greatly appreciated. Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

