This is an advanced design tutorial. If you are a beginner, we recommend using the cPanel Password Protect Directory icon. That icon can only protect all the files in a folder, not one specific file.
EXAMPLE: /home/cpanelusername/.htpassw
username:n5MfEoHOIQkKg
To create the encrypted password you will need to use a utility such as the command-line program htpasswd.
It doesn't matter how many files under how many directories you wanted to protect, they can share a common .htpasswd file.
Place the following code in your .htaccess file, in the same folder where you want to protect the file. (Be sure to replace cpanelusername with your actual cPanel username. Replace test with the path to your file. Replace file.html with your file's actual name.)
EXAMPLE: /home/cpanelusername/public_html/test/.htaccess