Does anyone know how to password protect individual pages with apache? For example, I have one directory named faculty. In the directory I have files named prof1.html, prof2.html, ... Professor #1 should only be able to see prof1.html and no one else's page. Ditto for everyone else. So how could I set up password protection on a per file basis? Hugh