Password-protect a directory, but not that directory's files? [Apache]
- by Onion
Hi, I was just wondering if it was possible to protect a directory with a username/password combination using .htaccess and .htpasswd files, but not protect the files within.
i.e. One is able to link, say, images within that directory to friends, but browsing the directory itself would not be allowed without a username/password.
Thanks to all in advance.