On Tuesday 31 July 2001 14:21, Niclas wrote:
> Well, I maby the first (or not) who is installing PHP on my computer, I
> cant get it to work .
> The isnt. runs fine and I get no errors. but when I am trying to access my
> PHP-based pages I dont get any output, only a
> loggin-window though I am logged in as "Administrator"???
>
> And when I logg in with password and domain I still cant get anything on my
> page....
>
> Please help me!!!


The anonymous user of IIS is usually IUSR_<machinename>. If your php files 
don't have read access for IUSR_<machinename> (and the 'check file exists' 
box was ticked in your script mapping) then IIS will want to authenticate the 
user. If plain text authentication is enabled and microsoft's own 
authentication is disabled, then IIS will send authentication headers to the 
browser and cause the username/password dialog box to appear.

Assuming this is what is wrong, all you need to do is give read access to 
IUSR_<machinename> for all your php files (and indeed any other files which 
you want the user to be able to access).

Cheers
-- 
Phil Driscoll

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to