alphadeltaviii Posted February 17, 2008 Share Posted February 17, 2008 So, digest authentication is working with passwords, etc. But if I jst cancel out fo the login screen, i go to the page anyway. It completely bypasses the security by hitting "Cancel". How do i fix this? (Here is my code from httpd.conf) <Directory /var/www/html/website_root/*> AuthType Digest AuthName "Restricted Area" AuthDigestDomain / http://admin.mydomain.com AuthDigestProvider file AuthUserFile /etc/httpd/passwds2 Require user access </Directory> Link to comment https://forums.phpfreaks.com/topic/91561-htdigest-authentication-problem/ Share on other sites More sharing options...
alphadeltaviii Posted February 17, 2008 Author Share Posted February 17, 2008 well, it has something to do with the wildcard * in the <Directory> tag. If i remover it, problem solved, but then I have to protect an entire site. I don't understand why the " * " would matter. Link to comment https://forums.phpfreaks.com/topic/91561-htdigest-authentication-problem/#findComment-469205 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.