Activate the
Password Protect option when you are on a page inside
WebSite Complete and any visitors to the page will have to enter a password to see it.
Note: This one can only be used if you host with GoDaddy.com. The home page for your GoDaddy site cannot be password protected.
If you are advanced user you could try following. Create an .htaccess file to password protect a directory in your Linux hosting account, and place it in the /home/content/u/s/e/username/html
Replace "u," "s," and "e" with the first three letters of your hosting login, and "username" with your full hosting login. This is not your customer account login, but rather, the login you use to FTP files to your site. For example, the hosting login "webmaster" would translate to the following path:
/home/content/w/e/b/webmaster/htmlIf you have a Deluxe or Premium hosting plan, you could also use Perl to develop password protection, though some programming skill would be required.