• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Apache user auth / redirection.

emo1313

n00b
Joined
May 24, 2005
Messages
21
Any one have any idea how I can setup apache to redirect to a users folder based on their authentication... Using just apache?
Like user goes to www.server.com/myfolder which has an .htaccess that requires authentication, once they authenticate that are redirected to thier folder... Meaning user Bob would go to www.server.com/Bob, etc...

Thanks much.
 
What I did for this was to setup a php page that was in the same directory as the .htaccess folder. The user would login, the index.php would get called and in there I would check their username they logged in with and redirected them with PHP to the right url.
 
Aye... Was gonna do the same just with perl instead... No way to manage this just with apache eh? Bummer.
 
Back
Top