DISCLAIMER:
I've had a good search through the forum and google but can't find any up-to-date solutions to this.
PREAMBLE:
I want to put a forum into a directory and password protect that directory with htaccess.
Users log into a members area of the site with php authentication and I would like them to be able to access the protected directory with the same login details but without the htaccess popping up its username/password box.
The old solution was to pass the username/password in the url but that doesn't work now.
PROBLEM:
Is there a way to pass the username/password to the htaccess and so preventing the htaccess password box from popping up?