Web Hosting Talk







View Full Version : need serious help ASAP


mikey1090
02-12-2007, 09:54 AM
i redesigned my online game, a totally new upgrade

i began testing with others today, and nobody can view mysite

www.planet-zorg.co.uk/game

is the URL, and viewers are complaining about a php error, where a file is not found.

The problem is, line 246 in the verfile where the file supposed to required is, doesnt exist, its like viewers are seeing an old file.

It work fine for me,

but when users go to the IP address:

http://server17.01domain.net/~zorg1090/game/

well the server address with my username, they dont get the error

i need some help badly ASAP

mike

Corey Bryant
02-12-2007, 10:20 AM
http://www.planet-zorg.co.uk/game/ worked ok for me. Do you know the specific error? And the code that is calling it?

mikey1090
02-12-2007, 10:33 AM
www.planet-zorg.co.uk/mike

i moved the site to that directory, but people are still seeing old files from before i updated them

here is my cache control

header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', FALSE);
header('Pragma: no-cache');


i have no idea what to do, never seen this sort of thing before


mike

Corey Bryant
02-12-2007, 02:59 PM
Can you control the cache via the htaccess? I have read that that is usually better than trying to control the headers since it is server side