projectdesigns Posted October 3, 2007 Share Posted October 3, 2007 Ok, I have a server running windows server 2000, and I installed IIS. I then installed PHP5 using the windows installer, and for the webserver I selected IIS CGI. PHP looks to be installed correctly and the windows installer is suppose to configure IIS for me. I then typed this into note pad <?php phpinfo(); ?> and saved it with a .php extension. Then I opened that php file in my web browser but instead of seeing the PHP information, I see the text: <?php phpinfo(); ?> So I'm assuming that means it didnt render the code. Is there suppose to be something I have to configure with IIS that the installer does not do. Or is there things I need to change in the php.ini file? Anyone know why it wont work? Thanks, Ben Link to comment https://forums.phpfreaks.com/topic/71741-php-5-on-iis/ Share on other sites More sharing options...
cvjacques Posted October 7, 2007 Share Posted October 7, 2007 PLEASE...I'm having the same problem. Could someone help? My file is here.... http://accesautocredit.com/phpinfo.php Thanks Eric Link to comment https://forums.phpfreaks.com/topic/71741-php-5-on-iis/#findComment-363682 Share on other sites More sharing options...
chillininvt Posted October 8, 2007 Share Posted October 8, 2007 I would be interested in trouble shooting this problem. My first question is do you have php installed on your server. Is it installed as a module or is ran like a CGI in which case you would need to tell the script where the php interpreter is. Link to comment https://forums.phpfreaks.com/topic/71741-php-5-on-iis/#findComment-364522 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.