How to create a custom 404 Error Page?

A 404 not found error occurs when the visitor requests a non-existent URL within your website. The following guide will help you create a custom 404 error page, just as shown below. Step 1: Log in to cPanel http://example.com/cpanel Here, example.com represents your domain name. You should enter the cPanel username and password to get […]

Read More

Leverage browser caching and Add Expires headers

When a web browser displays your webpage it has to load several things like logo, images, css file and js files etc. Leverage browser caching remember the resources that the browser has already accessed. It is one of the website optimization that we can do in our websites to get good performance. We can reduce […]

Read More

WordPress optimization

WordPress is used by 54.4% of all the websites whose content management system we know. This is 16.8% of all websites. There are many plugins and themes available for wordpress. Most of which will be known to you. Have you ever felt that your wordpress site is under-performing? Do you think that the site needs […]

Read More

Robot.txt

There are several reasons and scenarios where we need to control the access of the web robots or web crawlers or simple spiders, to our website or a part of our website. Like Google-bot (Google Spider) visiting our website, spam bots too will visit. Spam bots usually visit and collect private information from our website. […]

Read More

Drupal Optimization

cessary contents. 3. Install a PHP Accelerator (opcode cache)(i.e. eaccelerator, xcache, etc). This will require root access to your server. A PHP accelerator will usually cache frequently accessed files, and will greatly improve server performance. Check for compatibility issues before installing cache. 4. Analyse database queries, and look for slow queries. Create indexes for your […]

Read More