PHP on IIS Windows 2000 Server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Frank

    PHP on IIS Windows 2000 Server

    I've downloaded the latest PHP (EXE & ZIP)....

    I followed all the instructions I can find and yet PHP will not work with
    my IIS !!

    Can anyone talk me though exactly how to get them working together. ??

    I followed :


    But it's still failing...

    HTML pages fine... PHP page can't be found !

    Help please !

    Thanks
  • Jon Phipps

    #2
    Re: PHP on IIS Windows 2000 Server

    I also rung windows 2K server with php on IIS. I have no problem with php
    document. make sure that you have
    ..php and the app path (usually c:\php) set in the application configuration
    of your website. If you don't IIS will not find php, you also need to make
    sure that the execute permissions are set to scripts and executables.


    Jon


    Comment

    • Frank

      #3
      Re: PHP on IIS Windows 2000 Server

      I have set the permissions on the webroot, web folders and the PHP
      folder..

      ..PHP is set to PHP.exe

      Yet it still fails !

      Any Ideas

      On Tue, 22 Jul 2003 21:31:23 GMT, "Jon Phipps" <lordpuma@shaw. ca>
      wrote:
      [color=blue]
      >I also rung windows 2K server with php on IIS. I have no problem with php
      >document. make sure that you have
      >.php and the app path (usually c:\php) set in the application configuration
      >of your website. If you don't IIS will not find php, you also need to make
      >sure that the execute permissions are set to scripts and executables.
      >
      >
      >Jon
      >
      >[/color]

      Comment

      Working...