<div>Hello,</div>
<div>&nbsp;</div>
<div>In apache 1.3.33 the following should work (works for me anyway :) ):</div>
<div>&nbsp;</div>
<div>Example:</div>
<div>&nbsp;</div>
<div># There is an .htaccess file in the root directory with contents:</div>
<div>AuthType Basic<br>AuthName test<br>AuthUserFile /path/to/password/file</div>
<div>Require user valid-user<br>&nbsp;</div>
<div>httpd.conf:</div>
<div>&nbsp;</div>
<div>&lt;Directory &quot;/path/to/web/root&quot;&gt;</div>
<div>&nbsp; Options Indexes FollowSymLinks MultiViews</div>
<div>&nbsp; AllowOverride AuthConfig</div>
<div>&nbsp; Order allow,deny<br>&nbsp; Allow from all<br>&lt;/Directory&gt;</div>
<div>&nbsp;</div>
<div>&lt;Directory &quot;/path/to/web/root/sponsors&quot;&gt;</div>
<div>&nbsp; satisfy any</div>
<div>&lt;/Directory&gt;</div>
<div>&nbsp;</div>
<div>When I tested this I was prompted for a password when hitting the root webpage. Then I closed all the browser windows and opened the sponsors index page directly, no password prompt.<br>&nbsp;</div>
<div>Hope this helps.<br>&nbsp;</div>
<div><span class="gmail_quote">On 6/24/05, <b class="gmail_sendername">Lei Jin</b> &lt;<a href="mailto:jinlei@sfsu.edu">jinlei@sfsu.edu</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I am currently building a website on Apache to bid for an academic conference<br>to be hosted in San Francisco.&nbsp;&nbsp;The overall website (htdocs directory) is
<br>password protected because<br>we don't want our competitors to see the detail.&nbsp;&nbsp;But at the same time, we<br>want a subdirectory (htdocs/sponsors)<br>to be open to the public (not password protected).&nbsp;&nbsp;Is there anyway to do
<br>this through Apache configuration ?<br><br>Any suggestions would be highly appreciated.<br>Thanks !<br>Leigh :-)<br><br>_______________________________________________<br>talk mailing list<br><a href="mailto:talk@nblug.org">
talk@nblug.org</a><br><a href="http://nblug.org/cgi-bin/mailman/listinfo/talk">http://nblug.org/cgi-bin/mailman/listinfo/talk</a><br></blockquote></div><br>