poe Posted May 20, 2010 Share Posted May 20, 2010 if i have 5 folders in my directory /vacation /house /friends /pets /sports how do i password protect each folder, with each folder having a different userID & password ? thanks chris Link to comment https://forums.phpfreaks.com/topic/202433-password-protect/ Share on other sites More sharing options...
F1Fan Posted May 20, 2010 Share Posted May 20, 2010 This would be server-side, not client-side. A server configuration that password protects each directory is what you'd need in this situation. Link to comment https://forums.phpfreaks.com/topic/202433-password-protect/#findComment-1061352 Share on other sites More sharing options...
jacko310592 Posted May 21, 2010 Share Posted May 21, 2010 like F1Fan said, this is server-side not client-side; but try this tutorial, it should help you out: http://www.addedbytes.com/articles/password-protect-a-directory-with-htaccess/ for this you will need to be able to write an htaccess file to your server Link to comment https://forums.phpfreaks.com/topic/202433-password-protect/#findComment-1061544 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.