Saturday, 3 November 2012

Script for to remove the cache - Magento

 <?php require_once ("app/Mage.php"); umask(0); Mage::run(); Mage::app()->getCache()->clean(); exit("done"); ?> 



can call that file with :http://yourdomainname/cache-clear.php


No comments:

Post a Comment