11-30-2009, 01:35 PM
I may need to set up a site (that is already built) so that each user would need a username and password to access all or a portion of it. Whats the best and quickest way to get that done?
easiest way to assign username and password to access site...
|
11-30-2009, 01:35 PM
I may need to set up a site (that is already built) so that each user would need a username and password to access all or a portion of it. Whats the best and quickest way to get that done?
11-30-2009, 01:41 PM
That's one of my questions, too.
11-30-2009, 01:46 PM
I'm thinking .htaccess would be the best way to do it for me. I've found multiple javascript solutions but I've also read that they're pretty easy to circumvent.
11-30-2009, 01:48 PM
I've been told that drupal is one easy/ier way to go. Not sure how it would 'fit' around an existing site.
11-30-2009, 04:13 PM
I've done .htaccess.
I've also done crypt based php code that looks up in a mysql database. Your choice.
11-30-2009, 05:01 PM
What kind of a server is it hosted on?
11-30-2009, 05:43 PM
htaccess is the easiest way, but there are certainly more flexible ways to do this if you have dynamic content that is dependent on a username, for instance. If you have Dreamweaver, you can set up something in PHP/MySQL pretty easily for multiple users, but for ease of implementation, try htaccess.
Your web host control panel should also have a password protection feature that will accomplish the same thing.
11-30-2009, 07:05 PM
Yeah. I'm looking for quick and easy. There will be a tight deadline whenever I get the go ahead so it will need to be implemented post haste.
|
« Next Oldest | Next Newest »
|