A quick Tutorial, if you are a lazy reader, this is for you – Install PHP5 in 5 easy steps:
- Download the PHP5 Zip Package here
- Extract it to C:\PHP
- Add C:\PHP to your PATH Variable
- Open IIS Configuration Panel, WebService Extensions, add C:\PHP\PHP5ISAPI.DLL and set it to allowed
- Click down to Web Sites. Right click the folder and select Properties. From the Home Directory tab click the Configuration button. Click Add to add an Application Extension. Enter C:\PHP\PHP5ISAPI.DLL as Executable and PHP as Extension. Leave the rest as default and click Ok.
That’s it, enjoy!
2 comments ↓
N1.
Thanks for the post but I was still having problems.
I found a video tutorial that might help your readers.
Go to http://www.videotutorialzone.com/web-technologies/php/installing-php5-on-windows-2003-and-iis6.html and you can get a pretty straight forward video that helps with this as well.
Hope it helps others like it helped me.
Leave a Comment