Simple way to use .htaccess to give access to a folder and log IPs?
Hello,I hope someone can help me with this.
I need a way to give users access to a certain folder on my server.
I want to be able to painlessly do this.
I need to be able to track the IPs they use when logging in, so I know if they have given their password to someone else. I would like an auto-ban feature if possible.
Are there scripts like this lying around I can use? Or is there a better way?
I'd prefer to use .htaccess rather than write a couple of PHP scripts.
Thanks!