35.1 C
Cuttack
Saturday, April 20, 2024
HomeWindowsTo install PHP on IIS 5.1

To install PHP on IIS 5.1

To install PHP on IIS 5.1

You need to have
php-5.3.5-nts-Win32-VC9-x86 – php
IIS 5.1 installed – iis
fcgisetup_1.5_rtw_x86 – fast cgi

Just install IIS first then install fast cgi, then install php and select fast cgi at the time of installation.
that’s it create a .php file and test it

Download location
php – http://php.net/downloads.php
iis – Install from XP CD
fast cgi – http://www.microsoft.com/downloads/en/details.aspx?FamilyID=227219AA-6AEC-4B80-A9FA-76F811EE9E84&amp%3Bdisplaylang=en

Small program to test

echo “Hi There! Its Working”;
?>

Just open notepad and copy the above code and save it in test.php format
then put the file inside wwwroot folder of iis.
Open Internet explorer type http://localhost/test.php
You should get the output.

That’s it


I can reach at : durgacharanojha@yahoo.co.in
Durga Charan Ojhahttps://lifeonnetwork.com/
I am a proud Indian, proud father, a blogger, Being in a profession as System administrator, my passion is troubleshooting computer issues, I do like sharing solutions through blogging making videos of solving issues.
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular