Search results

  1. K

    Do you have format issues? Forget about formatting while you copy-pasting into WordPress

    Format issues are a very common problem in WordPress. Some would find a solution and some won’t right! We all are learning technical codes daily so no prior attention to technical problems before. Whenever you copy content from a website or application or desktop there is more chance of copying...
  2. K

    How can we change Mysql root password via WHM?

    You can follow below steps to change Mysql root password: Login to WHM. Click on Mysql root password under “SQL services” tab. Now you have to enter new password of your Mysql database. You have to use STRONG and COMPLEX password for your database as everyone can access database. Do not use...
  3. K

    Steps to connect Mysql database via Mysql Workbench

    Mysql workbench is an Mysql client tool which helps to connect Mysql database. You can easily connect with mysql database from your computer with this mysql client. Here are the steps to use mysql client: Install mysql workbench and then open it. Click on “New Connection” and you will find...
  4. K

    Steps to integrate CDN with Joomla website

    Here are the steps to integrate Joomla website with CDN. Login to Joomla panel. Here you will find “Extensions” tab you have to click on Manage >> Install. You have to click on “Upload package file” tab, upload your zip file here and then tab on “Upload and Install”. After that you have to...
  5. K

    WHM’s Mail Queue Manager Usage

    What is the role of Mail Queue Manager in WHM? Sometimes, your emails will be stored on a server where you can view, deliver to attempt, or else delete it from your mail account. You can even think of it as a tool that is a handy type for dealing with issues in the delivery of emails and spam...
  6. K

    Steps to recover deleted pages in Wordpress

    A WordPress website is made up of individual web pages. They contain necessary information that the website visitors consume. Companies spend hours and even days for creating the content. But there are times when you delete some of these pages, either intentionally or accidentally. Either way...
  7. K

    What are set operators? Explain.

    Basically set operators are used to join two statements. There are various types of set operators are available. Here are few set operators. UNION operators : You will get single result with combination of two SELECT statements. But this operator removes duplicate values from the result. UNION...
  8. K

    A Complete Guide to Installing Python on Windows Server

    Python is among the most widely-used programming languages for both web and application development. The easy-to-read and clear design philosophy is one of the reasons behind its massive popularity. Not to mentioned the reliability and efficiency of the code. Therefore, a growing number of...
  9. K

    Steps to export SSL certificate from Windows server

    Here are the steps to export SSL certificate windows server: Login to RDP. Open IIS Manager. Here you will find “Server certificate” option, click on it. You will find all the SSL certificate hosted on server. Right click on the particular certificate which you want to export and click on...
  10. K

    Steps to install memcache in WHM

    You can follow below steps to install memcache in WHM: Login to WHM. Click on “Module installer” under “Software”, here you can see all the installed modules. Here click on “Manage” button in PHP Pecl module. You will find search bar in “Find a PHP Pecl”, you have to search “memcache” and click...
  11. K

    How to Upgrade Your Current PHP Version on Windows Servers?

    Software and languages change all the time. As a consumer, you must update yourself with the changes. Otherwise, you would run into incompatibility issues. As much as it is important, it can be equally frustrating and time-consuming if you do not follow the correct procedure. There’s a tool...
  12. K

    How will you use the Apache server for exporting the SSL certificate?

    SSL Certificate: In short, to verify the ownership of the website users will get an SSL certificate. Not even only for verifying ownership, they have big trust in SSL/TLS for web traffic encryption, sub-domain association, certificate issuer, etc. SSL is otherwise called TLS which helps in...
  13. K

    Limit Reseller Privileges From Within WHM

    If and when you create reseller accounts in Web Host Manager, the next thing is to limit the privileges. Otherwise, it’d get quite hard to manage your resellers. Even worse, you’ll end up taking down all the sites that are hosted on that server. More specifically, you should be cautious while...
  14. K

    Creating FTP Accounts in Windows VPS Or Dedicated Server: A Complete Guide

    When it comes to uploading data, software codes, or media files to your remote server, FTP is a preferred method for most admins. While there are more intuitive methods like Control Panels, they often restrict the size you can upload. FTP or File Transfer Protocol have no such restrictions...
  15. K

    Windows 7 TLS 1.2 Enablement Steps

    What is the replacement of the SSL (Secure Sockets Layer) protocol? Yes, it's nothing but TLS. To get communication securely on the internet, it is must use TLS as a replacement for SSL in current as well as in future. For example, you will be exchanging some business or personal details in IP...
  16. K

    Ways to generate CSR key in DirectAdmin

    You can follow below steps to create CSR key. You have to login into DirectAdmin and go to domain account. Under Account Manager you have to click on “SSL Certificates”. Now a form will appear you have to fill this form and then click on “Save” button. After generating the CSR key you can see...
  17. K

    Steps to create another administrator account in DirectAdmin

    Login to DirectAdmin control panel. You can find another option “Create Administrator” link under “Server Management”, click on it. Fill up the following details: Username Email Address Password Re-type New Password Click on “Submit” button and your second administrator account is created.
  18. K

    How can we create Mysql database in DirectAdmin?

    You can follow below steps to create Mysql database. Login to DirectAdmin. Now click on “Mysql Management” link. Here you will find “Create New Database”, you have to click on it. Enter below details : Database Name Database Username Password of that user Re-type Password At last click on...
  19. K

    Admin Redirect to Another Domain in WordPress? Here’s How to Fix It

    At times, WordPress will automatically redirect you to a different website when you try to login to your admin panel. This is both frustrating and worrying. If you’re wondering if your site is hacked, then it’s not that serious. You can easily solve this problem within a few steps. In this...
  20. K

    Steps to update WordPress plugins

    What do you think about the plugin update? Whether updating the plugin is necessary to maintain security reasons? Yes! Updates usually bring new features and more security for a user. In that case, if you update the plugin whenever required it gives you perfect security with many precautions...
Top