Will the chmod of the file be the same if i transfer web hosts?
If not ill do option 3...and use the following .htaccess file:
AuthType Basic
AuthName "Access Denied"
AuthUserFile "/home/joel/.htpasswds/fbla/admin/passwd"
require valid-user
Is that a good .htaccess file? Is that hackable?