My .htaccess file is shown below;
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /home/bcfchurch.net/.htpasswd
AuthGroupFile /dev/null
require valid-user
and the .htpasswd in place in the same directory as my public (main) directory, but the htaccess cannot find the htpasswd file.
Is this line correct?
AuthUserFile /home/bcfchurch.net/.htpasswd



Reply With Quote


Bookmarks