im on an xp machine and i must be missing something.
ive followed the steps on almost all the tutorials ive found for this but i think the problem is all the tutorials are for unix machines
ive made the .htaccess file contents:
AuthName "Warning, Craphole Ahead"
AuthType Basic
AuthUserFile "C:/Program Files/Apache Group/Apache/htdocs/bob/passwd.txt"
Require valid-user
i used the htpasswd exe to make the password file and i placed it in the bob directory.
Ive also changed the httpd.conf file so it excepts other directives
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
ive added the directory to be configed in the config file
<Directory "C:/Program Files/Apache Group/Apache/htdocs/bob/.htaccess">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
i don't know what im missing but when the server is running with this done it still lets me into the bob directory without prompting me for username and pass. Ive been working on this for a week now and can't find the problem.
all of this done with instructions from
http://sniptools.com/vault/windows-apache-and-htaccess-authentication.htmi looked at your site DJ red through it and didn't see any differences between the tutorial ive been using.