Hi all,

Can anyone help me? I need to authenticate users coming to my web server (apache 1.3.12 - Mandrake 6.1)

username/passwd and have them directed to their own home page.

I've tried the following

<Directory /usr/local/apache/htdocs/tester>
order deny,allow
deny from all
##############
AuthType Basic
AuthName User_Login_for_Test
AuthUserFile /etc/htpasswd
require user tester
##############
 

It works but the user needs to point to http://web.server.com/tester/ to get the login box appear.

How can I get 1 common login window redirecting to the directory allocated to each user (as per their linux account)

Thanks
 

begin:vcard 
n:Provost;Jean-Yves
tel;cell:+61 414 402 582
tel;fax:+61 2 9290 9067
tel;home:+61 2 9981 5265
tel;work:+61 2 9290 6830
x-mozilla-html:TRUE
org:Global One ANZ;<img src="http://www.global-one.net/art/global_one_logo_for_web.jpg">
adr:;;;Sydney;nsw;;Australia
version:2.1
email;internet:[EMAIL PROTECTED]
title:Consultant
note:<img src="http://www.res.globalone.net/images/logo.jpg">
x-mozilla-cpt:160.81.179.148;-5440
fn:Jean-Yves Provost
end:vcard

Reply via email to