The most common errors I see for set up are:  
1. You need to right click on your website in IIS, choose properties, and on the home 
directory tab choose configure.  Then add the extension .php to be run using 
C:\php\php.exe (or whereever you installed it)  MAP IT!
2. On that same tab, you need to make sure your web is set to run Scripts, not 
executables, just scripts.
3. you need to go to the php scripts through explorer, not IIS, and make sure they 
have the security option for internet guest (or whatever account accessibility you 
prefer) to read/execute them.
4.  Always test php execution with a document that has ONLY this in it:
<?php
phpinfo();
?>
to get the php stats out.  I can't tell you how many times a person has sworn up and 
down their code is good, when it really isn't.  With the code above, you cannot 
possibly mess it up but you get immediate results.

Angie Tollerson
Alliance Technologies
Web Programmer
(515)245-7628
[EMAIL PROTECTED]

>>> Flint Doungchak <[EMAIL PROTECTED]> 08/14/01 05:15PM >>>
Darren,

At the risk of sounding a lot of Phill :p, you probably have a permission
problem somewhere. Take a look at the install.txt file available in the
PHP4.0.x directory. It's pretty helpful. I've included it just in case.

-Flint

-----Original Message-----
From: Darren [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 14, 2001 3:01 PM
To: [EMAIL PROTECTED] 
Subject: [PHP-WIN] win2000


Hello all.

At home i have a windows 95 machine with apache, pws mysql and mysql. I
followed the installation instructions and it worked fine.

I got a new job and at work everything was win2k. Before i got to my own
machine at work i installed php on my bosses machine wich was running IIS
and of corse personal web manager. I installed php there.. Again no problem.
I got my own machine at work. I installed win2k and all the same stuff on my
machine including IIS. then i installed php exactly the same as i had on
other machines and all i get the expected headers error message. I followed
the instructons to the letter as i had done every tme before. I even got fed
up with iis and disabled it in favour of apache. I tried setting that up
according to the instructions and guess what. Server errors.

Any ideas?

Yours going mad
Darren



-- 
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] 



--
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