Windows XP Pro SP2 Apache 2.0.55 I have had basic auth working in the past and I looked at several examples to set this up but for some reason it is not working. It is time for me to present it to someone else as I may not be seeing the trees because the forest is so big! Thanks for the help. Mike hpptd.conf --------------- LoadModule auth_module modules/mod_auth.so LoadModule auth_dbm_module modules/mod_auth_dbm.so UseCanonicalName Off <------ was on but turned it off as I saw a post about it causing problems Alias /o E:/ApacheGroup/Apache2/d/c/a <--------------- changed the names because it is wide open now <Directory /o> AuthType Basic AuthName O Require user all AllowOverride AuthConfig Options Options None Order allow,deny Allow from all </Directory> ========================================== .htaccess -------------- <IfModule mod_setenvif.c> <----------- this already was in the .htaccesss file <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> AuthType Basic AuthName O Require user AllowOverride AuthConfig Options
<<attachment: winmail.dat>>
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx