How to setup HTTP Authentication with Nginx on Ubuntu
Nginx is an HTTP and reverse proxy server which is lightweight as compare to apache. When we need http authentication for secure our site admin login then there is a need to setup HTTP...
Nginx is an HTTP and reverse proxy server which is lightweight as compare to apache. When we need http authentication for secure our site admin login then there is a need to setup HTTP...
How to Redirect page using .htaccess Redirect site to maintenance page for world except our ip Some time we need to update in our site and we can’t do on live site while it’s...
The purpose of this blog is to run Magento on IIS with URL Rewrite. Magento is CMS which require rewrite rules for seo friendly url when removing index.php so this is easy when we...
Steps to Install WordPress using Bash Script & WP CLI Most of us know steps to install wordpress through browser which is easy but what if we don’t have Xserver or only shell access....
Bash Script to install Magento The following SSH script will automate the process of installing Magento, with or without sample data. It will walk you through everything, and the only thing you need to...
How to Configure WordPress with Redis for flying site Redis is an advanced key-value store. Like memcached on steroids. Everything is in the RAM and you can theoretically reach 100 000 GET per second...
Find below the steps to use Redis cache and Session backend in Magento We’ll assume Magento is already installed and that you are installing this on www.yourdomain.com Step 1. First go to your website’s...
What is Joomla ? Joomla is a free and open source content management that uses a PHP and a backend database, such as MySQL. It offers a wide variety of features that make it...
What is drupal ? Drupal is free, open source software that can be used by individuals or groups of users — even those lacking technical skills — to easily create and manage many types...
What is Magento ? Magento is a feature-rich eCommerce platform built on open-source technology that provides online merchants with unprecedented flexibility and control over the look, content and functionality of their eCommerce store. Magento’s...