alphadeltaviii Posted February 17, 2008 Share Posted February 17, 2008 I have a directory with htdigest authentication. So, digest authentication is working with passwords, etc. But if I just 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/91563-quick-apache-problem-no-one-is-in-the-apache-forum/ Share on other sites More sharing options...
wildteen88 Posted February 17, 2008 Share Posted February 17, 2008 Thread locked. Do not double post. Link to comment https://forums.phpfreaks.com/topic/91563-quick-apache-problem-no-one-is-in-the-apache-forum/#findComment-469003 Share on other sites More sharing options...
Recommended Posts