cameronpenn
Technical User
The normal way .htpassword files are used is either the user/password is on the list - in which case they get access or they're not, in which case they get sent to an "authorization required" page.
I'm looking for a way send users who type in something that doesn't match a user/password in the .htpassword file to be redirected to a page along with the data they typed. I could certainly change the "authorization required" page into a redirect, but that wouldn't pass the login and password they typed.
Anyone know a good way to do this? Any ideas where I should be looking for an approach to doing this? Is this even possible with .htaccess? Any help would be greatly appreciated.
I'm looking for a way send users who type in something that doesn't match a user/password in the .htpassword file to be redirected to a page along with the data they typed. I could certainly change the "authorization required" page into a redirect, but that wouldn't pass the login and password they typed.
Anyone know a good way to do this? Any ideas where I should be looking for an approach to doing this? Is this even possible with .htaccess? Any help would be greatly appreciated.