<?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: Log all .htaccess/.htpasswd logins</title>
	<atom:link href="http://www.askapache.com/htaccess/htaccess-htpasswd-basic-auth.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/htaccess-htpasswd-basic-auth.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jesse Fender</title>
		<link>http://www.askapache.com/htaccess/htaccess-htpasswd-basic-auth.html#comment-100070</link>
		<dc:creator>Jesse Fender</dc:creator>
		<pubDate>Fri, 04 Sep 2009 00:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/htaccess-htpasswd-basic-auth.html#comment-100070</guid>
		<description>I cant seem to get anything to workfor me. it is driving me crazy, as i have followed 10 different directions on how i am supposed to go about doing this.

I am running an &lt;em&gt;WinXP SP3 &lt;/em&gt; computer, with  &lt;em&gt;WAMP2.0 &lt;/em&gt;.
I can create the .htaccess file and the .htpasswd file and they seem to communicate however it will not allow me to log in, even though I have definatly typed it in correctly. 

My .htaccess file as created here:
&lt;pre&gt;
Order Deny,Allow
allow from all
AuthType Basic
AuthName &quot;Protected By AskApache&quot;
AuthUserFile /.htpasswd
Require user admin
&lt;/pre&gt;


.htpasswd file as created here:
&lt;pre&gt;
admin:Protected By AskApache:b34b5b5d0a1775a0ca05bcde4e6bb6b6
admin:$apr1$S2lXd&#46;..$zec5jq3wMuN7ZYaN6ZkmM.
admin:{SHA}uCmFxVJD0zBc+hhcu0T+6xuqts0=
admin:S2ZFd.J3WQ7bY
&lt;/pre&gt;

The site refuses to respond to the attempts to log in, and i am at a loss...

Please help me....

Jesse Fender</description>
		<content:encoded><![CDATA[<p>I cant seem to get anything to workfor me. it is driving me crazy, as i have followed 10 different directions on how i am supposed to go about doing this.</p>
<p>I am running an <em>WinXP SP3 </em> computer, with  <em>WAMP2.0 </em>.<br />
I can create the .htaccess file and the .htpasswd file and they seem to communicate however it will not allow me to log in, even though I have definatly typed it in correctly. </p>
<p>My .htaccess file as created here:</p>
<pre>Order Deny,Allow
allow from all
AuthType Basic
AuthName "Protected By AskApache"
AuthUserFile /.htpasswd
Require user admin</pre>
<p>.htpasswd file as created here:</p>
<pre>admin:Protected By AskApache:b34b5b5d0a1775a0ca05bcde4e6bb6b6
admin:$apr1$S2lXd&#46;..$zec5jq3wMuN7ZYaN6ZkmM.
admin:{SHA}uCmFxVJD0zBc+hhcu0T+6xuqts0=
admin:S2ZFd.J3WQ7bY</pre>
<p>The site refuses to respond to the attempts to log in, and i am at a loss&#8230;</p>
<p>Please help me&#8230;.</p>
<p>Jesse Fender</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asif</title>
		<link>http://www.askapache.com/htaccess/htaccess-htpasswd-basic-auth.html#comment-69326</link>
		<dc:creator>Asif</dc:creator>
		<pubDate>Mon, 23 Mar 2009 11:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/htaccess-htpasswd-basic-auth.html#comment-69326</guid>
		<description>Hi,

I am having problem to log into the other domain&#039;s pages without popping up default login box. There are two domains involved in the application (PHP and APACHE based). At first domain I am authenticating user against AD. 

Upon success I want to access other domains pages which are protected using htaccess rules without asking to reenter user credentials again. I want to bypass this rule.

When I tried sending username and password embedded inside url for e.g. &#039;&lt;code&gt;http://user:password@www.domain.com&lt;/code&gt;&#039;. I found that due to IE security fixes this idea doesn&#039;t seem to work.

Then I tried using cURL to bypass this rule. I got index page (Other domain&#039;s) output to first domain without redirecting to other domain. But problem is like whenever I tried to use the navigation functionality of this output for e.g. clicking on any of the links causes redirection into other domain pages and this again popups the login box. 

Is there any solution to &lt;strong&gt;bypass this login process&lt;/strong&gt;?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am having problem to log into the other domain&#8217;s pages without popping up default login box. There are two domains involved in the application (PHP and APACHE based). At first domain I am authenticating user against AD. </p>
<p>Upon success I want to access other domains pages which are protected using htaccess rules without asking to reenter user credentials again. I want to bypass this rule.</p>
<p>When I tried sending username and password embedded inside url for e.g. &#8216;<code>http://user:password@www.domain.com</code>&#8216;. I found that due to IE security fixes this idea doesn&#8217;t seem to work.</p>
<p>Then I tried using cURL to bypass this rule. I got index page (Other domain&#8217;s) output to first domain without redirecting to other domain. But problem is like whenever I tried to use the navigation functionality of this output for e.g. clicking on any of the links causes redirection into other domain pages and this again popups the login box. </p>
<p>Is there any solution to <strong>bypass this login process</strong>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davide</title>
		<link>http://www.askapache.com/htaccess/htaccess-htpasswd-basic-auth.html#comment-45623</link>
		<dc:creator>Davide</dc:creator>
		<pubDate>Tue, 23 Sep 2008 11:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/htaccess-htpasswd-basic-auth.html#comment-45623</guid>
		<description>Hi,

I can&#039;t get your .htaccess log procedure workin. Can you help me?
It always return me error500

Thank You.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I can&#8217;t get your .htaccess log procedure workin. Can you help me?<br />
It always return me error500</p>
<p>Thank You.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
