Protect multiple pages using .htaccess (different usernames / passwords)

Hi Guys

Is it possible to password protect multiple pages using htaccess and a different username / password for each page?

Z,

To my knowledge, Apache’s password protection is associated with directories, not files. Therefore, you’ll either need to pony-up a PHP authentication OR put your files in separate directories. I prefer the former.

Regards,

DK