Forum Moderators: phranque
i don't know if anyone has ever thought about this, but I need to automatically delete a user from the .htpasswd file as soon as that user accesses a file within a protected folder. The user does not use a browser to access the file but some other piece of software that establishes a http connection and performs authorization.
I've tried to work with a php script. That worked great, but the remote software could not get to the requested file.
Is there an option in the .htaccess file to "run a logon script" or something like that?
Any help will be greatly appreciated.