Greetings, I wonder is it possible to make .htaccess redirect you to a predefied page if you enter a certain username and password? What i mean: Username: adam Pass: 34124 Redirect to: http://www.adam.com Username: sssu Password: jacsk Redirect to: http://www.google.com And so on... Is this possible to be done with HTACCESS? if not is there some script that can? Thanks in advance.
You could code it in PHP pretty easily. Just look for some PHP login tutorials, and then add a field to the database that has a default location for each login or something along those lines.