Magento with clear/warming up/reload the cache file
This file will help you clear/warming up/reload your Magento cache and you also can use it to fix error “front controller reached 100 router match iterations”, please copy code and save it as a .php file then upload it to root directory and run by: http://yourdomain.com/name-of-file.php : $path = getenv(“MAGE_PATH”); if (!file_exists($path)) { $path = dirname(__FILE__) . ‘/app/Mage.php’; } require_once($path); […]