Forum Moderators: coopster
I have a weird problem. I have an add to cart link on a page which calls a page called AddCart.php with item ID as parameter. This page adds things to the database and then calls
@header("Location: $HTTP_REFERER");
It works fine everywhere as far as I know, yet 2 people from Bedford, UK, have told me within 3 days that when they click on add to cart they get the IE standard 'Page unavailable' page. I have been over their IE configuration with one of them and it is configured exactly the same as me, where it works fine. Has anybody got an idea please?
Thanks
Eric
You never said whether or not you discovered what the exact problem was so i thought i'd mention something i heard a while back. A single department in a company had their router set so that the time-to-live of TCP/IP packets was far too small - whenever they tried to connect to websites or send email there traffic would live just long enough to move through a couple of routers before dying. The department worked out that they could only send emails to people within a radius of about 150km or something :) Their IT support were stumped till someone discovered the router settings.
I don't know if your two customers were using the same ISP or even if using your cart somehow altered the traffic in someway but its almost possible :) If someone can find the story its a good read but it was a while back - oh and my details may be a bit off!
Seya
Thanks again everybody for sorting out my problem