Search found 3 matches

by meric_l
Sat Aug 31, 2002 10:01 am
Forum: PHP - Code
Topic: user login big/small problem :)
Replies: 5
Views: 906

the access rights are the .htaccess-restriction rights,
This is the real error :You do not have access rights to this content
then the $_SESSION['psaun'] equates to the users directory, it can be USERA or /USERA/index.html
by meric_l
Sat Aug 31, 2002 9:21 am
Forum: PHP - Code
Topic: user login big/small problem :)
Replies: 5
Views: 906

Well the error message i get is that I dont have rights to access that page, actually when aperson logs in its like he is trying to access a page he is not supposed to access, and that where i get the no access rights...to any user, remember this is only when logging in to the login.php.
by meric_l
Sat Aug 31, 2002 9:11 am
Forum: PHP - Code
Topic: user login big/small problem :)
Replies: 5
Views: 906

user login big/small problem :)

Hi guys, This is my Big/small problem. I can login to various directorys by putting the line below as the beggining line in the index.php of various directories, and so a user can login, i.e each directory has its own username and passwd. this is the line <?php require '/path/to/_restrict.php'; ?> a...