<?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: Windows, Apache and .htaccess authentication</title> <atom:link href="http://sniptools.com/vault/windows-apache-and-htaccess-authentication/feed" rel="self" type="application/rss+xml" /><link>http://sniptools.com/vault/windows-apache-and-htaccess-authentication</link> <description>Design &#38; Technology Observations</description> <lastBuildDate>Wed, 09 May 2012 20:59:10 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Nazrul Islam</title><link>http://sniptools.com/vault/windows-apache-and-htaccess-authentication#comment-2691</link> <dc:creator>Nazrul Islam</dc:creator> <pubDate>Mon, 27 Feb 2012 06:31:14 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=19#comment-2691</guid> <description>.htaccess file is not working for URL rewrite , any body help me...?</description> <content:encoded><![CDATA[<p>.htaccess file is not working for URL rewrite , any body help me…?</p> ]]></content:encoded> </item> <item><title>By: nicolas</title><link>http://sniptools.com/vault/windows-apache-and-htaccess-authentication#comment-2637</link> <dc:creator>nicolas</dc:creator> <pubDate>Thu, 07 Jul 2011 19:30:58 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=19#comment-2637</guid> <description>Great Work! Thanks a lot!</description> <content:encoded><![CDATA[<p>Great Work! Thanks a lot!</p> ]]></content:encoded> </item> <item><title>By: Mauritius</title><link>http://sniptools.com/vault/windows-apache-and-htaccess-authentication#comment-2608</link> <dc:creator>Mauritius</dc:creator> <pubDate>Wed, 09 Mar 2011 07:07:15 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=19#comment-2608</guid> <description>I am trying to use .htaccess to block a specific country to access my website, but my .htaccess does not work at all. Please help me.</description> <content:encoded><![CDATA[<p>I am trying to use .htaccess to block a specific country to access my website, but my .htaccess does not work at all. Please help me.</p> ]]></content:encoded> </item> <item><title>By: Kevin Albs</title><link>http://sniptools.com/vault/windows-apache-and-htaccess-authentication#comment-2597</link> <dc:creator>Kevin Albs</dc:creator> <pubDate>Thu, 27 Jan 2011 16:24:11 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=19#comment-2597</guid> <description>Thanks so much for the article however I only got it working by adding double quotes around the AuthUserFile. It was giving me a 500 server error until I did put the quotes around. (as for your example it would be &quot;c;/apache/bind/passwd.txt&quot;).</description> <content:encoded><![CDATA[<p>Thanks so much for the article however I only got it working by adding double quotes around the AuthUserFile. It was giving me a 500 server error until I did put the quotes around. (as for your example it would be "c;/apache/bind/passwd.txt").</p> ]]></content:encoded> </item> <item><title>By: Windowsä¸‹apache+.htaccessè®¤è¯çš„è®¾ç½® &#124; Wang Jun&#039;s Blog</title><link>http://sniptools.com/vault/windows-apache-and-htaccess-authentication#comment-2594</link> <dc:creator>Windowsä¸‹apache+.htaccessè®¤è¯çš„è®¾ç½® &#124; Wang Jun&#039;s Blog</dc:creator> <pubDate>Thu, 20 Jan 2011 05:46:25 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=19#comment-2594</guid> <description>[...] æš‚æ— è¯„è®º           åŽŸæ–‡åœ°å€ï¼šhttp://sniptools.com/vault/windows-apache-and-htaccess-authentication&#160;&#160; [...]</description> <content:encoded><![CDATA[<p>[…] æš‚æ— è¯„è®º           åŽŸæ–‡åœ°å€ï¼šhttp://sniptools.com/vault/windows-apache-and-htaccess-authentication   […]</p> ]]></content:encoded> </item> <item><title>By: Martyn</title><link>http://sniptools.com/vault/windows-apache-and-htaccess-authentication#comment-2590</link> <dc:creator>Martyn</dc:creator> <pubDate>Sun, 02 Jan 2011 19:13:25 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=19#comment-2590</guid> <description>Forgot one more thing:
Assuming I get this to work, what would need to change so that I could validate against the windows logon data instead of a flat file?</description> <content:encoded><![CDATA[<p>Forgot one more thing:<br
/> Assuming I get this to work, what would need to change so that I could validate against the windows logon data instead of a flat file?</p> ]]></content:encoded> </item> <item><title>By: Martyn</title><link>http://sniptools.com/vault/windows-apache-and-htaccess-authentication#comment-2589</link> <dc:creator>Martyn</dc:creator> <pubDate>Sun, 02 Jan 2011 19:09:24 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=19#comment-2589</guid> <description>I tried the implementation shown, and it would not seem to have made any change to my simple (single page application).
I tried it with the .htaccess file, then tried it with acl.htaccess just incase.AuthUserFile &quot;C:/Program Files (x86)/Apache Software Foundation/Apache2.2/bin/passwd.txt&quot;
AuthName &quot;User Login Data&quot;
AuthType Basicrequire valid-user </description> <content:encoded><![CDATA[<p>I tried the implementation shown, and it would not seem to have made any change to my simple (single page application).<br
/> I tried it with the .htaccess file, then tried it with acl.htaccess just incase.</p><p>AuthUserFile "C:/Program Files (x86)/Apache Software Foundation/Apache2.2/bin/passwd.txt"<br
/> AuthName "User Login Data"<br
/> AuthType Basic</p><p>require valid-user</p> ]]></content:encoded> </item> <item><title>By: James</title><link>http://sniptools.com/vault/windows-apache-and-htaccess-authentication#comment-2585</link> <dc:creator>James</dc:creator> <pubDate>Thu, 23 Dec 2010 12:57:17 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=19#comment-2585</guid> <description>Thanks much !!!  I lost about an hour or so before finding this article...and the procedure worked perfectly on my WinXP/Apache machine.</description> <content:encoded><![CDATA[<p>Thanks much !!!  I lost about an hour or so before finding this article…and the procedure worked perfectly on my WinXP/Apache machine.</p> ]]></content:encoded> </item> <item><title>By: Zahid Hussein</title><link>http://sniptools.com/vault/windows-apache-and-htaccess-authentication#comment-2571</link> <dc:creator>Zahid Hussein</dc:creator> <pubDate>Thu, 04 Nov 2010 01:25:30 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=19#comment-2571</guid> <description>I installed apache web server on vista at my home desktop to run my  site to showcase my photos. Your instructions helped me to password protect my folders. Its the easiest way to use .htaccess on WAMP.
Mant thanks
zahid</description> <content:encoded><![CDATA[<p>I installed apache web server on vista at my home desktop to run my  site to showcase my photos. Your instructions helped me to password protect my folders. Its the easiest way to use .htaccess on WAMP.<br
/> Mant thanks<br
/> zahid</p> ]]></content:encoded> </item> <item><title>By: john</title><link>http://sniptools.com/vault/windows-apache-and-htaccess-authentication#comment-2569</link> <dc:creator>john</dc:creator> <pubDate>Thu, 28 Oct 2010 22:21:50 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=19#comment-2569</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 Basicrequire 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>—Below is the entry in my .htaccess file:</p><p>AuthUserFile "C:/Program Files (x86)/Apache Software Foundation/Apache2.2/bin/.htpasswd"<br
/> AuthName "Private Network Login Password Required"<br
/> AuthType Basic</p><p>require valid-user</p><p>—————————————————————<br
/> –Below is my entry in the httpd.conf file</p><p>#.….….….….….….….….….….….….….….….…<br
/> #STEP 1. Check for the ACCESSFILENAME directive.  On Windows, let us<br
/> #        also add the "ht.acl" because although any XP allows me to<br
/> #        save a file with ".htaccess" some erlier versions may not<br
/> #        allow for it.<br
/> #.….….….….….….….….….….….….….….….…<br
/> AccessFileName .htaccess</p><p>#.….….….….….….….….….….….….….….….…<br
/> #STEP 2. Create a DIRECTORY directive for the directory that you want<br
/> #        to password-protect. My e.g., a filed called "SECURE" inside<br
/> #        the root apache folder.<br
/> #.….….….….….….….….….….….….….….….…</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>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 5/8 queries in 0.003 seconds using disk: basic
Object Caching 579/579 objects using disk: basic

Served from: www.sniptools.com @ 2012-05-22 17:43:10 -->
