View Full Version : How to configure php in IIS6.0 ?
chu2654
01-03-2006, 10:09 AM
Hello,
I tried several ways to configure php in IIS6.0, but all failed. Could anyone tell me how to do it ?
Nook Schreier
02-11-2006, 05:39 PM
What happened when you installed them? Did the PHP scripts not run, did you see the source code, or did IIS fail completely? Or did it seem like nothing happened at all? A little more information could help.
Nook Schreier
02-17-2006, 12:58 PM
You haven't replied yet, so I'm not sure if that means that you have succeeded or you gave up.
Anyway, I had another idea. When I first installed PHP on IIS, I just got blank pages with no errors or text of any kind. I thought it was a problem with the install, but it was actually an error in my PHP code. Might want to make sure your code is correct. Just try a simple file:
--->test.php
<?php
echo "test!";
?>
vBulletin v3.0.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.