View Single Post
Old 2007-04-04, 02:49 PM   #3
spazlabz
You can now put whatever you want in this space :)
 
spazlabz's Avatar
 
Join Date: Apr 2003
Location: Bluegrass State
Posts: 963
Send a message via ICQ to spazlabz Send a message via AIM to spazlabz Send a message via Yahoo to spazlabz
Quote:
Originally Posted by Fonz View Post
Just create a .htaccess that looks like this:

AuthUserFile /full/path/to/.htpasswd
AuthName "Please Log In"
AuthType Basic

and upload it to the folder you want to secure.

Then create a .htpasswd file. in that file you need to define your username and encrypted password. It should look something like:

username:Encryptedpassword

You can create this encrypted password on this page: http://www.xcite.net/resources/index.html (FTP based .htpasswd Line Generator)

then upload the .htpasswd file to the location you specified in your .htaccess file mentioned earlier.

I hope this makes a little sense?
Yes it does thanks Fonz
I'll have the wife get started on that right away.... shes the brains of the house any way


spaz
__________________
spazlabz is offline   Reply With Quote