How to disable APC Cache via .htaccess file in Magento

APC Cache is used to increase the Magento performance but remember that, use APC cache when the website is on the production mode, Today I have received a request for some changes into the footer of the Magento website and our one junior member was working on that, after

Speeding up your Magento Store By Using the APC Cache

Speed issue in the Magento store is the Main factor we often here complaints about the page load and the poor performance of the Magento stores. In this post I am focusing on the speed optimization by using the APC Cache. Here in this post I will describe how

How To Call Core Template File In Magento

When we are dealing with the custom HTML integration into the Magento, sometimes we wants to call core template file in Magento or we wants to call the .phtml file into the .phtml. It is very important and easy to call the .phtml into the .phtml, here in this