How to check if Magento is on 404 page?

$action = Mage::app()->getRequest()->getActionName()
if($action == 'noRoute'){
   //do some stuff
}

Comments

Popular Posts

Magmi Single and Multiple Category Importer