The term static view file refers to the following: “Static” means it can be cached for a site (that is, the file is not dynamically generated). Examples include images and CSS generated from LESS. “View” refers to presentation layer (from...
Day: March 29, 2016
magento 2
Magento2 multiple Magento stores and websites
Set values in an entry point script If necessary, copy the existing index.php entry point script for your website or store view and add to it the following: <?php $params = $_SERVER; $params = '<code>'; $params = '{store|website}'; $bootstrap =...
magento 2
Magento Caching
1)su <Magento file system owner> -s /bin/bash -c <command> 2) export PATH=$PATH:/var/www/html/magento2/bin View the cache status magento cache:status Enable or disable cache types Magento cache:enable ... magento cache:disable ... Clean and flush cache types magento cache:clean ... magento cache:flush ......