Internet 服务管理器>
默认WEB站点>右键属性>主目录>应用程序设置>配置>添加>
可执行文件:浏览>WINNT>SYSTEM32>SAPI>PHP4ISAPI.DLL>(此处为PHP目录)
扩展名:php>确定>确定

解决方案 »

  1.   

    把.php的执行文件由php.exe换成php4isapl.dll
      

  2.   

    Internet 服务管理器>
    默认WEB站点>右键属性>主目录>应用程序设置>配置>添加>
    可执行文件:浏览>WINNT>SYSTEM32>SAPI>PHP4ISAPI.DLL>(此处为PHP目录)
    扩展名:php>确定>确定是这样,要不你看下.PHPE.NET上面的文章
      

  3.   

    IIS重启没有,去下个手册,有详细安装方法
      

  4.   

    看我的问题没?
    我就是照着手册上做的
    不过iis重启了,电脑也重启过了。
      

  5.   

    将php4ts.dll复制到%systemroot%system32
      

  6.   

    To use the ISAPI module, do the following:     * If you don't want to perform HTTP Authentication using PHP, you
           can (and should) skip this step. Under ISAPI Filters, add a new
           ISAPI filter. Use PHP as the filter name, and supply a path to the
           php4isapi.dll / php5isapi.dll.
         * Under 'Home Directory', click on the 'Configuration' button. Add a
           new entry to the Application Mappings. Use the path to the
           php4isapi.dll / php5isapi.dll as the Executable, supply .php as
           the extension, leave 'Method exclusions' blank, and check the
           'Script engine' checkbox.
         * Stop IIS completely (NET STOP iisadmin)
         * Start IIS again (NET START w3svc)
      

  7.   

    php4ts.dll复制到c:\winnt\下,dlls下的文件拷到c:\winnt\system\