Secure sensitive directories with password authentication
Password protection allows you to restrict access to specific directories on your website. When users try to access a protected directory, they'll be prompted to enter a username and password.
This feature uses HTTP Basic Authentication, which is different from a website login system. It's enforced at the server level and applies to all files within the protected directory.
You can create multiple users for a protected directory:
Protect administrative areas
Secure client or member-only content
Restrict access to development/testing areas
Control access to downloadable files
To remove password protection:
Make sure the .htaccess file wasn't modified manually
Verify the username and password are correct
Check that the directory path is correct