(Vijoy Varghese) writes:
> I tried to password protect a directory on my 'Darwin' Web server. But
> I am never prompted to login to access the protected directory. This
> same .htaccess file and .htpasswd works fine on my 'linux' webserver.
> Why is it so? both runs on Apache Webserver, still why is it not
> wokring on Darvin?
Check the global httpd.conf.
By default, it comes with this:
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
That tells it not to allow users to override global settings
with .htaccess files in their directories.
This isn't really a mac question, though.
You'll probably do better in one of the comp.infosystems.
www.servers
groups.
--
Plain Bread alone for e-mail, thanks. The rest gets trashed.
No HTML in E-Mail! --
http://www.expita.com/nomime.html
Are you posting responses that are easy for others to follow?
http://www.greenend.org.uk/rjk/2000/06/14/quoting