One of our sites was recently moved from a windows 2003 server to a new 2008 server. We have a custom built “shopping cart” built in PHP. It has a function that when you add a quantity from a dropdown to one of the products, it does a javascript call to itself to update an order summary section near the bottom of the page. This function was working on the 2003 server. However, on the 2008 server, it only does about the first 4 products, and then stops updating. At first, it looked like URLScan was the culprit, and JH fixed that portion. However it’s still not working. One strange thing I noticed in the log files was that each update that works returns a 200 response. After 4 successful updates (essentially adding 4 products to the cart), it then begins giving 404 responses and no longer updates that section. Has anyone else that’s running PHP on 2008 servers run into this? I’ve been working on this with JH support for over a week now (since the move to the new server), and we aren’t getting anywhere. And unfortunately, because of how our coders made this page, I can’t just put the site on a linux server (long story short, it used to be a basic FrontPage site that the site owner put together, and our coders got lazy left a bunch of the PHP type calls in to make the cart page look the same as the rest of the site).. So I’d have to have them completely re-code it if I were to put it on another server, which would cost us a good amount of money.
Any help would be greatly appreciated!