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
Search found 3 matches
- Sat Aug 31, 2002 10:01 am
- Forum: PHP - Code
- Topic: user login big/small problem :)
- Replies: 5
- Views: 906
- Sat Aug 31, 2002 9:21 am
- Forum: PHP - Code
- Topic: user login big/small problem :)
- Replies: 5
- Views: 906
- 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...