This post describing the steps Configure IIS Server to Run PHP and Install PHP
1. Configure IIS to Made your System Server.
Enabling FastCGI support in IIS
FastCGI module is disabled in default installation of IIS. The steps to enable it differ based on the version of Windows being used.
To enable FastCGI support on Windows Vista SP1 and Windows 7:
1.In the Windows Start Menu choose "Run:", type "optionalfeatures.exe" and click "Ok";
2.In the "Windows Features" dialog expand "Internet Information Services", "World Wide Web Services", "Application Development Features" and then enable the "CGI" checkbox;

3.Click OK and wait until the installation is complete.
2. Install Windows PHP Installer.
Download and install PHP 5.3 (5.3.5) or Later Installer
3. Now Run your first .php page.
1. create your first php in notepad or any other editor.
2. save to C:\inetpub\wwwroot
3. Open your browser adressbar type http://localhost/filename.php
Done ..
** I am a beginner in PHP I got this details from PHP's site. I am just collected and posted the details in an order. Its worked for me without any problem.
1. Configure IIS to Made your System Server.
Enabling FastCGI support in IIS
FastCGI module is disabled in default installation of IIS. The steps to enable it differ based on the version of Windows being used.
To enable FastCGI support on Windows Vista SP1 and Windows 7:
1.In the Windows Start Menu choose "Run:", type "optionalfeatures.exe" and click "Ok";
2.In the "Windows Features" dialog expand "Internet Information Services", "World Wide Web Services", "Application Development Features" and then enable the "CGI" checkbox;
3.Click OK and wait until the installation is complete.
2. Install Windows PHP Installer.
Download and install PHP 5.3 (5.3.5) or Later Installer
3. Now Run your first .php page.
1. create your first php in notepad or any other editor.
2. save to C:\inetpub\wwwroot
3. Open your browser adressbar type http://localhost/filename.php
Done ..
** I am a beginner in PHP I got this details from PHP's site. I am just collected and posted the details in an order. Its worked for me without any problem.
1 comments:
tanks i succeed my cgi configuration .....
Post a Comment