.httpassword access advice

phoenix2010

Member
Messages
315
Reaction score
0
Points
16
ok i curently use .httpassword to cover one of my gallery modules so i can post photos up on the

photos page and until a password and log in is entered they cant see the pics.

is it possible to allocate say a username and password to someone then log exactly what

time they entered that page what they viewed and say whether a single user has logged in from

different ip,s?

any advice on add on modules or scripts that can be used would be helpfull

thanks again for any help
 
Last edited:

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
You can use LogFormat to log the date & time, username, remote IP and URL with the %t, %u, %a and %U fields, respectively. However, the LogFormat directive can't be used in .htaccess, so you can only make use of it if you have a VPS (you might also be able to use LogFormat on paid hosting; not having a paid account, I couldn't say). The standard access log should include the %t, %u and %r fields, the last of which includes the requested URL path and can be used in place of %U.
 
Last edited:
Top