Gossamer Forum
Home : Products : DBMan : Installation :

DBMAN / .htaccess

Quote Reply
DBMAN / .htaccess
I am attempting to use DBMAN in a .htaccess secure area and it is defaulting to the main menu. How can I set it so it open the login page? Otherwise, no one will sign-up with access.

If the latter is the case, is the default user? If so, how do I set that account up?

Jason Kopacko
Quote Reply
Re: DBMAN / .htaccess In reply to
Hi Jason,

Hmm, If you are using .htaccess, DBMan assumes you are handling the authentication of users. The script just gets the permissions of the logged in user from the password file.

It can't add/remove/modify users from the .htpasswd file, that's up to you.

Cheers,

Alex
Quote Reply
Re: DBMAN / .htaccess In reply to
Alex,
Is there anything I can do to make the script read just the .htaccess?

If so, can I set it up so that if there are not permissions provided inside the .htaccess like : username:userpassword:1:1:1:1:1 but the .htaccess I have is just : username:userpassword. Would those do not have the permission fall into the default user but those that do, get the permissions that were given, such as admin?