|
Posted by hackajar on 12/25/06 10:29
create a test php file like this:
<?php
print_r($_SERVER);
?>
Check output for your user credentials, reference that for your Apache
Basic Auth data
Hackajar
Nakkie wrote:
> I'm new with PHP so please bare with me....
>
> I have problems uploading files, - found out it was due to safe mode
> enabled.
> I have it disabled by my server admin and it works.....
> Now - since he disables safe mode, my auth does not work. I'm using the
> basic auth, reading the username and password from a txt file.
> It no longer pops up the IE auth window - it goes straight to "invalid
> username or password" as if you clicked cancel or used invalid username or
> password 3ce
> Any ideas?
Navigation:
[Reply to this message]
|