.htacess and fopen
- From: botho.willer@xxxxxxx
- Date: Sun, 30 Sep 2007 04:12:14 -0700
Hello!
Some time ago I discovered a script on php.net that uses a fopen
handle on a .htaccess-protected directory to check the authorization
of a user. The crucial Code is this:
$handle = fopen("http://username:pw@xxxxxxxxxx/directory", "r");
(of course the username and password are variables entered by the
user)
I used this script to protect a admin-area for some time without any
problems.
But since some weeks the fopen fails even when the right "auth-data"
is entered. I think this error might be connected to the server
upgrade to php5 or any other change of the server config.
I already checked allow_fopen_url, but it's on.
So can anyone tell me why
$handle = fopen("http://username:pw@xxxxxxxxxx/directory", "r");
stopped working? Any server variable or change in the php-
specifications i don't know about?
Thanks,
Botho
.
- Prev by Date: Re: Export local variable to global variable scope?
- Next by Date: Re: Site preview with thumb
- Previous by thread: Do you use _set?
- Next by thread: redirect after send form to email with message
- Index(es):
Relevant Pages
|