Magento 2.1 installation issues
I’ve been recently trying to install latsest Magento and was experiencing some issues with Magento installer unable to detect PHP version. My message was pretty weird: Your PHP version is . The required PHP...
I’ve been recently trying to install latsest Magento and was experiencing some issues with Magento installer unable to detect PHP version. My message was pretty weird: Your PHP version is . The required PHP...
Caddy it’s a new kid in the block in category super light web servers. Personally – I love it. Same love I feel to CodeIgniter. To marge both of them, we need only basic...
Caddy is a another alternative to Apache or nginx. For me the biggest advantage is that it’s only one binary file to work with. It’s easy to run, setup and just “works”. It’s super...
Time-based One-time Password Algorithm (TOTP) is an algorithm that computes a one-time password from a shared secret key and the current time. The most popular implementation of this solution is Google Authenticator. This application that implements TOTP security tokens. Usually is branded...