| in windows 2003/IIS6, it is important to consider the following:
1. In IIS, make sure the home directory is pointing to where your files are.
2. Click configure, and make sure the .php extension pointing to the PHP executable or dll.
<those are kind of obvious, but these can be easily overlooked>
3. In IIS6, there is a 'Web Services' page under the left side where you normally right click and choose properties to see your default web site. In Web Services, you need to add the php service and point it to your PHP executable. If you do not do this, PHP will not have permission to run.
4. Permission: make sure the PHP executable can be executed by the 'IUSR_*' account on your system. |