Hey i need an htaccess file to like run a file every time that directory is accessed. Or can i put php code inside a htaccess file?
Reason:
I have to make a directory secure for 'members only'. But editing .htpasswd files is too slow. So i need to be able to password protect directorys. WITH OUT including any php on the files themselves.
Is there a way to use just mysql, php, and an htaccess file? All the users info is in mysql and i don't want to move it.
Thanks,
Jared