Search results

  1. bhawanisingh

    Steps to modify an account in WHM

    If you are server admin then you have to manage all your account through WHM panel. You can follow below steps to modify an account in WHM panel: Login to WHM Select "Modify an account" option under "Account Functions". Now select particular account and click on "Modify". Here you can set the...
  2. bhawanisingh

    Steps to take backup and restore website with Wordpress UpdraftPlus plugin

    WordPress website security starts with the first mode of backup. You might be well-known with the backup format but the big advantage is backup restoration. Using UpdraftPlus, it is easy to take backup and restoration. This plugin will give a perfect measure to scale the website maintenance and...
  3. bhawanisingh

    How Do You Configure WordPress with An External Database?

    Besides hosting the WordPress and database on the same server, you have the option of hosting each of these entities separately on a different server. Now to have them working together to display content, you have to configure them. In this guide-cum-article, we’ll explain to you the concept of...
  4. bhawanisingh

    How to block an IP address to access your site in cpanel?

    We can use IP blocker option in cpanel from which we can block particular IP address or range of IP address. You can use this option to block few users to prevent accessing your website. Kindly follow below steps to use IP blocker option: Login to cpanel. Click on "IP Blocker". Here you can...
  5. bhawanisingh

    How to create addon domain in cpanel?

    You can easily create addon domain in cpanel and for that you just have to follow below steps: Login to cpanel. Click on "Addon domains" in "Domains" section. With this option you can add additional domains in cpanel, but you need your hosting provider's permission. Enter your domain name...
  6. bhawanisingh

    How to use password protect feature in cpanel?

    Password protection feature helps to protect the directory. This will protect your directory from general public. Do you want to know how this feature works then you can read further? Whenever we will password protect directory our directory then this will create a rule in .htaccess file. After...
  7. bhawanisingh

    How can we create custom error pages in cpanel?

    Error pages always inform visitors regarding its issue like 403 error code indicates that server refuse to authorize the request. Many error pages are automatically available on web server but if you want to customize your own error page then you can also do this in cpanel. You can check below...
  8. bhawanisingh

    Steps to create cron job in cpanel

    Cron job is mainly used to scheduled task for future. We can set a particular time to to execute task, we can also schedule Linux command to run on particular time. You can follow below steps to create cron job in cpanel: Login to cpanel Click on "Cron jobs" in "Advanced" section. If you need...
  9. bhawanisingh

    Steps to optimize Magento framework using open source software

    Steps to optimize Magento framework using open source software. One of the best e-commerce applications in the technology world is Magento. Behind this scenario, Achilles heel hits the performance of Magento. Later, the webmaster will give the impact of slowness and so, your response will be on...
  10. bhawanisingh

    Installing Magento with Composer? Here Are Some Common Errors and How To Fix Them

    Magento works well for most businesses looking to create their own e-commerce website. To make the process of installation easier, there’s a tool called “Composer”. The tool is recommended by the official Magento guide as well. But when using Composer to install Magento, you’re likely face some...
  11. bhawanisingh

    How to Prevent SpamCustomer Registration in Magento?

    Magento is among the most popular CMS and e-commerce platforms in the world. You can kickstart your own online store with Magento in minutes, if not seconds. But once your store is up and running, you need to protect it from spammers. The bad guys who spam the internet intentionally in the hope...
  12. bhawanisingh

    Folder structure in Magento

    A quick brief on Magento: Magento is open-source e-commerce software available for all types of users in the market. Many users are still lagging in getting one such feature which is more reachable in content, good functionalities, flexibility, fully occupied control and rich phenomenon. Hope...
  13. bhawanisingh

    Redirection from http to https

    You can simply add below code in your .htaccess file to redirect your domain: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] You can login into your cpanel account and create .htaccess file: Login to cpanel >> File manager >>...
  14. bhawanisingh

    How to change SSH port on VPS server?

    You should change the SSH port on VPS server to add extra layer of security. You have to follow below steps to change port: 1. Login to your server with SSH 2. For safety, take backup of your /etc/ssh/sshd_config file with this command. # cp /etc/ssh/sshd_config /etc/ssh/sshd_config_backup 3...
  15. bhawanisingh

    Access denied error in Magento admin panel

    Access denied error in Magento admin panel Do you have safe credentials? Your credentials are your identity. Yes! Locking up the personal details is must in this technology world. It’s easy to grab all your things in one minute. At times, there are some situations where you get locked in using...
  16. bhawanisingh

    Steps to optimize your Magento website by disabling visitor log

    Steps to optimize your Magento website by disabling visitor log Have you used up a database of Magento? When you are supposed to use a bulk database of Magento it will impact the website performance. One input from your end to bring back website performance by disabling Magento visitor login...
  17. bhawanisingh

    Steps to resolve Magento 504 gateway timeout error

    Steps to resolve Magento 504 gateway timeout error 504 gateway errors in Magento – A load balancer plays a role in displaying 504 gateway timeout errors. You can ask me why? A load balancer is the one which receives the webserver request. If the load balancer doesn’t get webserver request then...
  18. bhawanisingh

    Enable identity cache feature in SQL Server 2017

    Enable identity cache feature in SQL Server 2017 One type of contribution and appreciation of a developer (data warehouse) seems to be having a surplus efficiency in identifying surrogate keys. Go through on the dimension tables and facts to fetch the details on surrogate keys. Why more...
  19. bhawanisingh

    How to remove IP address from blacklist?

    How to remove IP address from blacklist? Many users have questioned that “IP address is blacklisted. What is the process to remove it?” Everything starts with your server decision! There is a process of setting spam traps by the well-organized services like IP reputation monitor. They found...
  20. bhawanisingh

    Steps to block Suspicious IP addresses to prevent attacks in Magento

    Steps to block Suspicious IP addresses to prevent attacks in Magento Creating a website with Magento is just one part done. The other part is to protect it from malicious cyber attacks. Without proper security measures, your Magento store is always at risk of data manipulation, leaks, and...
Top