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 Quote 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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/71741-php-5-on-iis/#findComment-364522 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.