Changes between Version 46 and Version 47 of ConfigureGuide22Windows


Ignore:
Timestamp:
Sep 8, 2010, 2:51:52 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigureGuide22Windows

    v46 v47  
    2323To configure IIS with PHP, IIS needs to know where "php.ini" is. IIS gets to know the location of this file through a registry entry, which is  HKEY_LOCAL_MACHINE->SOFTWARE->PHP->!IniFilePath with string value '''c:\php\''', suppose PHP is installed under c:\php. If PHP is installed with Windows installer, the registry entry is created automatically, otherwise, this key needs to created manually.
    2424
    25 If you have multiple PHP installed, it might be tricky to tell IIS which PHP to use, which is beyond the scope of this document. Please refer to [http://www.php.net/manual/en/configuration.file.php this site] for information about '''IniFilePath'''.
     25If you have multiple PHP installed, it might be tricky to tell IIS which PHP to use, which is beyond the scope of this document. Please refer to [http://www.php.net/manual/en/configuration.file.php this site] for information about '''!IniFilePath'''.
    2626
    2727==== Open IIS Manager by going to Control Panel->Administrative Tools->IIS Manager ====