Redirect Page using .htaccess Down for Maintenance
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...
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...
What is Sass and Compass ? Sass is a css pre-processor that helps you write more intelligent and efficient code. It comes in two syntaxes, .scss and .sass formats of the two .scss seems...
Steps to Create AWS EC2 Instance The following procedure is intended to help you launch your first AWS EC2 instance in Amazon Console with define all option with screenshots. First you need to signup...
Installation & Configuration of Nginx with Pagespeed in Ubuntu from source How Nginx is Different from Apache In its quest to be lightweight and fast, Nginx takes a different approach to modules than you’re probably...
How to Increase tmp Partition size (/tmp) in cPanel Server Sometimes we have default configured /tmp directory space is very less and not fulfilling our requirement. When we use magento or other CMS there...
Auto backup script for cPanel websites on Weekly bases and delete older backup Backing up all your Website Data with MySQL databases one by one is a pain. Here is a small bash script...
What is Memcache ? Memcache module provides handy procedural and object oriented interface to memcached, highly effective caching daemon, which was especially designed to decrease database load in dynamic web applications.Php provides memcache module...
What is Pagespeed and how to use One of the more recently popular modules for Apache is mod_pagespeed. It is an output filter for Apache 2.2+ that can be configured through a variety of...
Why are we using Nginx, Varnish and PHP-FPM? Nginx is a web-server, like Apache, but boosts much better performance results, and is much more stable when handling lots of requests, which results in high...
Steps to Install Nginx, MySQL, PHP (LEMP) in Ubuntu Introduction LEMP stack is a group of open source software to get web servers up and running. The acronym stands for Linux, nginx (pronounced Engine...