How to check the current page is homepage or not in Magento?

In the magento all the pages define by “Identifier”. First we will check the current page is a CMS page or not after that we will check the current page identifier is “home” or not. We will check for “home” identifier because by default magento home page identifier be “home”   To check the current [...]


How to check server compatibility for Magento

If you are looking to run Magento site in your website. First you should confirm that you have magento compatible web server. You can check the System requirement from here. You can check the server compatibility with following steps Download the Magento Compatibility Check file to your computer and extract the zip file. Upload the magento-check.php file to your [...]