Рет қаралды 21,331
Following are the steps to install PHP with IIS Manager in windows
1. 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.
3. Install PHP Manager and once finished then close IIS Manager and open it again then you can see PHP Manager option is available.
Download from here:-
www.iis.net/do...
4. Download PHP Version: windows.php.ne...
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 "localhost/filename.php"
So this is the process to install PHP with IIS in windows.
Note: You can follow the same steps for windows server in production.
* * * * * * * * * * * * * * * * * * * * * * *
Setup local domain with IIS Manager for PHP Site (Less than 2 minutes) watch this video:
• Local Domain Setup wit...
#PHPInstallation #IISManager #WebAppCoder