The default stylesheet on my local backup says
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 1223 2005-04-22 03:46:20Z ajeh $
The default stylesheet on the broken web shop says
(waiting an hour to download it all now.....)
One oddity, is on my local backup I have no index.php in the cache folder.
On the broken web version I have an index.php in the cache folder.
Is that normal and from what version ?
cache index.php
// $Id: index.php 1322 2005-05-06 23:22:28Z drbyte $
//
// send to domain root
session_write_close();
header('Location: ' . 'http://' . $_SERVER['HTTP_HOST']);
exit();
?>



