• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help .htaccess login redirect script.

jcarson

Senior member
I am using a webserver and have not done a lot of htaccess stuff. I am looking to have a sscript where the user clicks a "Log In", and depending on their answer it takes them to a protected directory. I need the list of users names masked (easy enough). Thats the only catch. Not top security here, but decent.

Is there an easy way to accomplish this with htaccess?

Goal: Click login, get transferred to a protected directory based on login info. ie Joe logs in and it takes hime to \private\joe which it htaccess protected.

Seems simple, but I have not done this before. PM me please. 🙂
 
Writing something in php/perl might be easier. I haven't seen anything like this done with .htaccess. Did you check the apache site? Their documentation isn't too bad.
 
Back
Top