I am running into a problem where my .htaccess is not being recognized when I try to use it for password protection. When I go to a web page within a directory, it does not prompt me for a password, even though I have set up an .htaccess file in the same directory, which points to a .htpasswd file. Any ideas?
Here is my .htaccess file for ref.
AuthUserFile /usr/noaccess/.htpasswd
AuthGroupFile /dev/null
AuthName MySecretStuff
AuthType Basic
require user yourmoma
Here is my .htaccess file for ref.
AuthUserFile /usr/noaccess/.htpasswd
AuthGroupFile /dev/null
AuthName MySecretStuff
AuthType Basic
require user yourmoma