Deploy a PHP Application
Last updated
Was this helpful?
Last updated
Was this helpful?
Install IIS through ‘Windows Features’ and make sure to select following options, and then IIS manager will be installed in your windows. — Dot Net Framework — Internet Information Services — CGI
2. Once IIS manager Installation is completed then to verify it type localhost in your browser and press enter and it will show you IIS manager welcome screen.
5. Extract the PHP version (Do not extract this version in “C” Drive).
6. Next select ‘Default Web Site’ from left panel and double click on PHP Manager then click on ‘Register new PHP version’ and here select ‘php-cgi.exe’ from extracted PHP version and click OK and then you can see PHP configuration details in PHP Manager.
7. To verify this click on ‘check phpinfo()’ and click OK then PHP version details will be displayed.
8. You can also place PHP file in the wwwroot location of ‘Default Web Site’ which is ‘C:\inetpub\wwwroot’ then type this URL in browser ‘http://localhost/filename.php'
Go to IIS manager
Click on your server's Application Pools
tab
Click Set Application Pool Defaults
...
Set the Identity
under Process Model
to LocalSystem
3. and once finished then close IIS Manager and open it again then you can see PHP Manager option is available.
4. PHP Version