Create this file and name it .htaccess
AuthName "Keep Out"
AuthUserFile "/home1/mso/websupport/domains/websupport.montana.com/html/ht-access/.htpasswd"
AuthType Basic
require valid-user
NOTE: Do not use DreamWeaver to creat the above file
NOTE: the second line is the path to the /.htpasswd file. To find the path name, use this as a test file:
<?php
echo __FILE__;
?>
NOTE: that is underscore underscoreFILEunderscore underscore
Then go to http://www.kxs.net/support/htaccess_pw.html
Get the username and password encrypted and create the file .htpasswd.
Add the encrypted info to that file. Upload both to the directory to secure and wait about 20 minutes for the current session to cancel.