jblsr Posted June 25, 2010 Share Posted June 25, 2010 Situation: New install of PHP on IIS7 FastCGI Server: Windows Server 2008 - Web Server PHP: 5.2 Non thread safe index.php script - <?php phpinfo(); ?> (all tests done from the server itself. domain tests verified both on the server and outside of the network) Test 1 - http://localhost/index.php Works great. Test 2 - http://localhost/subdomain/index.php Works great. Test 3 - http://sub.domain.com - Internal Server error 500 Test 4 - http://sub.domain.com/index.php - Internal Server error 500 What the ****??? Quote Link to comment https://forums.phpfreaks.com/topic/205826-fastcgi-on-iis7-simple-page-works-inside-but-not-on-the-web/ Share on other sites More sharing options...
trq Posted June 25, 2010 Share Posted June 25, 2010 Checked your server logs? Quote Link to comment https://forums.phpfreaks.com/topic/205826-fastcgi-on-iis7-simple-page-works-inside-but-not-on-the-web/#findComment-1077053 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.