Home   |   Login 
ProductsDownloadSupportAffiliates

Password Protection: .htaccess and .htpasswd Generator


If you need help password protecting directories, this handy utility is just what you need. Generate everything needed to protect your directories. We do not save you information as you are the only person to see this!

Create a username and password:

 

Username:
Password:



Create the text for your .htaccess file:

 

Path on Server
Name to Display:

How to find out your path: Create a new file called path.php and insert the following into it:

<?php phpinfo(); ?>

View path.php from the browser and find the value for DOCUMENT_ROOT. That will point to your home directory. If you want to protect a directory called "members", then you would have to add members to the end of your path.