If you want users to actually "Login" - check out .htaccess (part of apache) or I'm sure there are some other modules out there like mod_auth? that will allow you to authenticate users against a database of usernames and passwords (or against some other list, like NT usernames/passwords, etc... )