Link to home
Start Free TrialLog in
Avatar of lapucca
lapucca

asked on

HTTP Error 500.0 - Internal Server Error

Hi, I'm kind of new to IIS 7.  I added a new php file to a new sub-folder I created D:\www\default\hs2\index.php.  
When I type in http://xxx.yyy.com/hs2  I get the error 500.  There is already a similar php file at  D:\www\default\hs2\index.php.   And this web page is displayed when I type in http://xxx.yyy.com/hs

Is there additional configuration or setup I need to do for this?  The old IIS 6 I only need to deploy my asp.net project folders and files but now it doesn't work.  Well, this is php so I don't know if that makes a difference.  I just want to test out.  
Thank you.
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
have you enabled ISAPI Extensions,ISAPI  Filters and serversideincludes
This can be installed in Windows 7
-- controlpanel-->Uninstall Programs-->Turn windows Feature on or off--> Click on Internet Information services-->Worldwide Webserices-->Application Development features

In windows 2008 you can do this by removing add/remove feature
you can also have a look at this website

http://blogs.iis.net/bills/archive/2006/09/19/How-to-install-PHP-on-IIS7-_2800_RC1_2900_.aspx
http://php.iis.net/
Thanks
Kris
Avatar of lapucca
lapucca

ASKER

David you're right.  I modified the php to test out some stuff and it had an extra closing {.  Thank you both.
You're welcome, glad to help.  I always try to start with the basics.