I spilled some water on my hp elitebook 8460p. after I left the laptop for couple of hours the laptop used to only show keyboard lights when power on then after using reset keyboard shortcut it booted till grub menu and freezes and eventually was completely black (no reaction to […]
Monthly Archives: April 2020
Having a bit of an issue with this one, I managed to get a working interface to Magento by including the following code, which in turn includes the Magento 2 bootstrap.php use MagentoFrameworkAppBootstrap; require_once("../app/bootstrap.php"); $params = $_SERVER; $bootstrap = Bootstrap::create(BP, $params); $obj = $bootstrap->getObjectManager(); $state = $obj->get('MagentoFrameworkAppState'); $state->setAreaCode('adminhtml'); return $obj; […]
I am testing amazon CloudFront with Magento 2, all good so far but I am wondering how that would work on my production store when I do a new release? I only found a manual option to invalidate all data but how long will it than take any new files […]
My robots.txt contain any code and this code Disallow: /tag/ Is it okay for SEO to delete this command?