Hi Cobra,
I havnt moved the location, i just restored the entire contents of the catalog folder overwriting the current catalog folder. I didnt rename it either.
Hi Cobra,
I havnt moved the location, i just restored the entire contents of the catalog folder overwriting the current catalog folder. I didnt rename it either.
What FTP client application do you use?
Try deleting the cache entries in catalog/cache...
Zen-Venom Get Bitten
Im using cute ftp,
all i have under catalog/cache is a htaccess file with the following:
#prevent directory browsing -- for security
IndexIgnore */*
<Limit GET POST PUT>
Order Allow,Deny
Deny from All
</Limit>
and an index.php with this:
// send to domain root
session_write_close();
header('Location: ' . 'http://' . $_SERVER['HTTP_HOST']);
exit();
?>