Forum: PHP Apr 1st, 2005 |
| Replies: 33 Views: 23,946 Removing AuthTypeBasic and <LIMIT GET PUT> from my .htaccess file makes sense.
I can replace $auth = true; with $_SESSION['auth'] = true; and $auth = false; with $_SESSION[‘auth’] = false;.
Do... |
Forum: PHP Mar 31st, 2005 |
| Replies: 33 Views: 23,946 This link may help.
http://www.php.net/manual/en/features.http-auth.php |
Forum: PHP Mar 30th, 2005 |
| Replies: 33 Views: 23,946 That’s great! I hope this thread helps you. I believe that the code I added to this thread is 90% complete. If you figure out the rest that would be incredible.. |
Forum: PHP Mar 29th, 2005 |
| Replies: 33 Views: 23,946 |
Forum: PHP Mar 28th, 2005 |
| Replies: 33 Views: 23,946 Until Microsoft released their security update to IE, I used an html form for the user to input his/her username/password which was passed to ‘username: password@www.domain.com/restricted_directory’.... |
Forum: PHP Mar 23rd, 2005 |
| Replies: 2 Views: 3,418 The way it was working was that when I was accessing the resticted file, the browser would pop up a username / password box and when I entered a proper username / password, it gave me access. My goal... |
Forum: PHP Mar 23rd, 2005 |
| Replies: 2 Views: 3,418 I recently purchased a software package that restricts access to one or many directories on my hosted server. The server is Unix based. The directory that is restricted contains an .htaccess file... |