Search results

  1. bhawanisingh

    What is DNS propagation ?

    What is DNS? : DNS or domain nameserver is the Internet's equivalent. It’s like a phone book. In DNS we maintain nameserver of domain and translate that nameserver to Protocol address And computer and machines access website which are based on IP All the information regarding domain nameserver...
  2. bhawanisingh

    How to disable WordPress plugins ?

    Do you ever hear about disabling the WordPress plugin? In some situations, it is recommended to deactivate the particular plugins or all plugins. There are three ways to disable WordPress plugin 1) you can rename your plugin folder 2) you can disable plugin through WordPress dashboard 3) you can...
  3. bhawanisingh

    How to check MySQL version ?

    Are you trying to check out the MySQL Version on Linux server but dont know exactly how? here is the solution of this problem. MySQL only supports some features in particular version umber only. If you are facing such kind of problem then here are different ways to check MySQL version number...
  4. bhawanisingh

    How to secure your server via WHM?

    Secure your server via WHM first login to your WHM. Login to WHM >> Server Configuration >> Tweak Settings and then disable below options. After that go to WHM >> Security >> Manage Wheel Group Users Disable all the Anonymous FTP through : WHM >> Service Configuration >> FTP...
  5. bhawanisingh

    How to add a new rule in Server Firewall on Plesk Control Panel?

    To add a new rule in Server Firewall on Plesk Control panel you have to follow the below-given steps: Login to Plesk as admin. Now click on "Tools & Settings" on the left-hand side menu bar shown under the Server Management section. Now click on "Firewall" option under the security section...
  6. bhawanisingh

    How to Enable Remote MySQL Connections in cPanel ?

    By default cPanel disabled remote MySQL connection for users this is just because of security reasons. But if you need to setup Remote MySQL connection then you have to login as root user into WHM (web host manager) and then you will have to give access permission to user. Through WHM you can...
  7. bhawanisingh

    How to resolve PhpMyAdmin "500 internal server error"?

    This error appears when you upgrade the version of your CPanel. First, you have to check the permission of files as below Other files permission should have 755. If it does not then change the files permission and set them to 755 Once the file permission change, use below shell command...
  8. bhawanisingh

    How to Configure Your MX Records to point to Gmail or other mail provider ?

    MX records also known as “Mail Exchanger” through which we can prioritize the mails sent to your domain. As we know to send and receive emails mail servers are responsible and if you need to use gmail as your primary email provider then you have to use MX records of Gmail. If you want to host...
  9. bhawanisingh

    How to create Database user and Assign privileges in cPanel?

    It’s too easy to create a database user and assign all privileges to them. in this tutorial, you can learn how to create a database user and assign all privileges. • To do this first you have to login into your Cpanel. • Now under "DATABASE" click on “MYSQL DATABASE” icon under your Cpanel...
  10. bhawanisingh

    Enabling Let’s Encrypt for AutoSSL on WHM based Servers

    In the recently launched version of cPanel and WHM 58 there is an additional feature of AutoSSL, which provide validated SSLs for all domains. AutoSSL is a feature which is automatically providing SSLs for the entire domain on your WHM and cPanels server. If you have cPanel ad WHM servers...
  11. bhawanisingh

    Step by step guide for domain transfer process

    Steps to Transfer a Domain from one registrar to another are: To transfer your domain to one registrar to another registrar first, you have to submit a transfer request at your new registrar's end after that new registrar send a transfer approval confirmation email to your registered email...
  12. bhawanisingh

    How to clear DNS cache through Flush DNS command ?

    When operating system stores locations of web servers (IP address) into DNS cache then sometimes it creates problem. The DNS cache contains the IP address which point to web server of recently viewed websites. But if you continuously get the 404 error codes then it is must to clear DNS cache...
  13. bhawanisingh

    How To Reset Your CPanel Account?

    Have you ever tried to clear everything from your CPanel hosting package or try to reset your CPanel? If you want your CPanel as what it was like when you purchased it so here is the solution. With following steps you can easily do this. To reset your CPanel account you have to follow simple 6...
  14. bhawanisingh

    How do I enable the Hotlinking Protection for my website in CPanel ?

    When someone embeds content of your websites into their site then it is known as Hotlinking or inline linking or direct linking. In other words, if another website contains direct link of your image files that are hosted on your website then this effects your site’s bandwidth. Don’t worry there...
  15. bhawanisingh

    Why 403 forbidden error occurs and how to resolve this ?

    403 forbidden error occurs when you try to access any particular folder or file and permission denied for that due to misconfiguration. In this condition, if you are a system administrator you need to check your all logs. 403 forbidden error shown in different browser with a different reason...
  16. bhawanisingh

    How to reset MySQL root password through SSH on CentOS Linux server?

    You can reset your MySQL root password if you forget that or you are having any issue related to that. 1. First of all, log into the server as root using SSH. 2. Now, stop MySQL service: 3. Start MySQL server without password: 4. Connect to MySQL: 5. Setup new MySQL root password: 6...
  17. bhawanisingh

    How to check MySQL query caching status on your CentOS Linux server?

    1. First of all, you have to log in as root using SSH on the server. 2. Now, open MySQL prompt and run this command: This will give a tabular result like: +------------------------------+-----------+ | Variable_name | Value | +------------------------------+-----------+ | have_query_cache |...
  18. bhawanisingh

    How to Check and repair a corrupted MySQL database on CentOS server using SSH ?

    Today, we will learn to check & repair MySQL database table through SSH. Normally we use PhpMyAdmin to manage our MySQL databases. 1. First of all, you have to log in as root using SSH. 2. Now, you have to run this command to check the desired database. Here, mysqlcheck command will check the...
  19. bhawanisingh

    How to take backup of MySql database through PhpMyAdmin ?

    If you are making any changes in your MySql database then you should first take backup of your database. We always recommend you to take backup of your MySql database before upgrade as you are working on your site from long time and don’t want to lose your data then it is the best option. You...
  20. bhawanisingh

    What is Litespeed ?

    Litespeed is a type of web server. It a very high-scalability and high-performance web server and this server is given by Litespeed technologies. Litespeed helps to existing apache server and other programming operation details and it will never break anything. If you want quick change in your...
Top