![]() |
|
![]() |
HOW TO: Configure htaccess / htpasswd security on GoDaddy.comAnyone who has tried to do this on GoDaddy hosted sites, most likely had the same problems as I and a million other people had. Here is how to enable .htaccess and .htpasswd security on a web site hosted on GoDaddy.com. The format for .HTPASSWD file is : 1 secretlogin:seZLrnR9h3sls ... where is "seZLrnR9h3sls" means "secretpassword" - word scripted and generated using the Unix <crypt> command. Download a simple Windows application that allows user names and passwords to be encoded into a format suitable for use with UNIX systems, in particular for the Apache web server running on UNIX to restrict access to your web site to authorised users. This allows new users to be added to the .htpasswd file locally on the PC, without needing to run a script while online to encode the passwords. Once updated, the file will still need to be FTP'd to your web site. Make sure to rename your htaccess and htpasswd files on your server. Remove the .txt extension and put a period before the file name. Example: .htaccess and .htpasswd That is all. |
| © 2010 Blue Buffalo Media. All Rights Reserved. Buffalo, MO. 65622 |