fbpx

GIT Protect your Magento store


by Danila Vershinin, March 19, 2017

Secure your Magento with git and simple cron tasks to receive early notifications of when your store has been hacked. Allows you to act early after intrusion.

Read More...

Magento 1.9 Performance Checklist


by Danila Vershinin, July 1, 2016

Magento 1.9 performance checklist describes all the steps you need to take for a fast and well maintained Magento store.

Read More...

Magento Multistore Apache: SetEnvIf doesn’t work as expected (prepends REDIRECT_)


by Danila Vershinin,

Solution to problem setting up multiple Magento stores using .htaccess

Read More...

Magento WordPress Multisite Nginx Integration by Fishpig


by Danila Vershinin, June 23, 2016

Boost your multiple store Magento shop SEO by adding Wordpress blogs to it and integrate these nicely

Read More...

Magento 1.x cron jobs setup


by Danila Vershinin, February 27, 2016

Magento cron jobs Make sure to setup Magento cron jobs properly: */2 * * * * /bin/sh /var/www/html/cron.sh cron.php -m=default */2 * * * * /bin/sh /var/www/html/cron.sh cron.php -m=always Add the lines above to the crontab of the user that is running your Magento site. It is important to run Magento cron jobs via cron.sh […]

Read More...