Changes between Version 46 and Version 47 of ConfigureGuide22Windows
- Timestamp:
- 09/08/10 14:51:52 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigureGuide22Windows
v46 v47 23 23 To 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. 24 24 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'''.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'''. 26 26 27 27 ==== Open IIS Manager by going to Control Panel->Administrative Tools->IIS Manager ====