.htaccess Authentication

Password protect one or more directories with Basic HTTP Authentication using .htaccess. A .htpasswd file will be used to store login details. Use the .htpassswd generator to create entries in the .htpasswd file.

Auth Name

This name will be displayed in the login box when a user access your protected area for the first time.

.htpasswd File Location

Enter the full path to your .htpasswd file.