When making certain changes to Magento, such as installing new extension, it is necessary to clear the Magento cache in order for the changes to become visible. There are two ways to clear the cache in Magento:

Through the Magento Admin Panel

  1. Log in to your Admin Panel account
  2. Go to the System -> Cache Management section
  3. Click on the Flush Magento Cache button

Using SSH/FTP or the cPanel File Manager

  1. Delete the contents of the var/cache/ folder using the following SSH command (MUST be executed from your Magento base directory):

    rm -rf var/cache/*

    OR
  2. Delete the folder var/cache/ through your FTP client or using the cPanel File Manager.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.