Search results

  1. bhawanisingh

    Steps to integrate MSSQL database with Plesk

    If you want to manage MSSQL database from Plesk then it’s necessary to integrate the MSSQL database with Plesk. For the integration you have to follow below steps: Login to Plesk. Click on “Tools & Settings” and then click on “Database servers” under “Applications & Databases”. Now click on...
  2. bhawanisingh

    Steps to delete email account from Plesk

    You can follow below steps to delete email account in plesk: Login to Plesk. Click on “Websites & Domains” option and search for domain of which you want to manage email accounts. Click on "Email addresses" and you will find all the created email accounts. Select the particular email account...
  3. bhawanisingh

    Steps to assign dedicated IP address in Plesk

    You can follow below steps to assign dedicated IP address to your website: Login to Plesk. Click on “Domains” and then search for particular website for which you want to add IP address. Here click on “Web Hosting Access” and you will find IP addresses option. Now select the particular IP...
  4. bhawanisingh

    Steps to enable plain text authentication in Dovecot

    You can follow below steps to enable plain text authentication from WHM: Login to WHM. Click on “Server configuration”. Choose the “Mailserver configuration” and you can check mail server settings. Here you will find “Allow plaintext Authentication” option if you are admin. Select “Yes” from...
  5. bhawanisingh

    Steps to change Magento site URL with PHPMYADMIN

    For that you can follow below steps: Login to cpanel. Select the “PHPMYADMIN” under “Databases” section. Select your database and find the table “mg_core_config_data” . Here find the edit button to edit column and update below lines in that. web/unsecure/base_url web/secure/base_url Update...
  6. bhawanisingh

    Steps to block particular IP address with .htaccess file

    For that you have to follow below steps: Login to cpanel. Click on “File Manager” under “Files” section. Now click on “public_html” directory and then click on “Setting” icon upper right corner. Check the checkbox “Show hidden files” option and click on save. Now you can view the .htaccess...
  7. bhawanisingh

    Steps to change Mysql timeout limit in Linux

    You can change the Mysql timeout limit to avoid Mysql timeout error. For that you can follow below steps: Login to server with root access. After that open the my.cnf (Mysql configuration file) to make changes in it. You can use any editor to open the file like sudo, vim etc. $ sudo vi...
  8. bhawanisingh

    Steps to resolve “connection refused” error in Linux

    You are getting this issue due to unknown changes in /etc/ssh/ssh_config file. You can resolve this issue with below steps. First you can login into your VPS server with console and execute below command. sudo apt-get purge openssh-server mv /etc/ssh /etc/ssh_old created new ssh directory in...
  9. bhawanisingh

    Steps to disable anonymous FTP in cpanel

    You can follow below steps to disable anonymous FTP: Login to cpanel. Click on “Anonymous FTP” under “Files” section. Here you can select the actions according to your need. Allow anonymous access. Allow anonymous control. At last, click on Save settings.
  10. bhawanisingh

    Steps to list all the files in Linux

    If you are a Linux administrator beginner then you have to manage all the directories and files and also you have to sort files according to size. For that you can follow below steps: First of all you can list all the files with below command and it will list hidden files too. # ls –la This...
  11. bhawanisingh

    Steps to upgrade PHP version with cpanel server

    You can follow below steps to upgrade the PHP version in WHM but for that you must have to check the compatibility of your hosted website on server. Login to WHM. Here click on “EasyApache” option under “Software” section. Click on “EasyApache (Apache Update)”, here you will find the current...
  12. bhawanisingh

    Steps to change timezone in Joomla

    If you are Joomla admin then you can easily change the timezone through admin panel. You can follow below steps: Login into Joomla admin panel as an administrator. Here you will find “Global configuration”, choose “Server” button. After that in “location settings” you can change the timezone...
  13. bhawanisingh

    What is difference between Su and Sudo command?

    In Linux server you can set user permission and management policy. If users want to execute commands then they can use su and sudo commands. Su command: Su command wants you to share root password with another user to perform actions. Sudo command: When user run the sudo command then they will...
  14. bhawanisingh

    Steps to fix SSL certificate problem

    If you are using outdated certificate bundle then below error will appear. RSS Error: WP HTTP Error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed. To resolve this issue you can follow below...
  15. bhawanisingh

    How can we enable gzip compression for Wordpress via .htaccess file?

    You can enable gzip compression with cache plugin like W3 Total cache and for that you have to follow below steps in cpanel: Login to cpanel. Click on “File manager” Under Files section. Here you will find settings option in upper right corner in screen, you have to click on it and then check...
  16. bhawanisingh

    Steps to create FTP account in Plesk

    You can create ftp account in plesk easily with this article: Login to Plesk. Click on “Websites & Domains”. Here you will find “FTP Access”, so click on it. Click on “Add New FTP Account” button in Plesk. Now you have to enter below details in your Plesk: FTP Account Name: <Your FTP account...
  17. bhawanisingh

    Steps to enable ASP.Net support in Plesk

    You can choose the required ASP.NET version from Plesk according to your need. For that you can follow below steps: Login to Plesk. Click on “Websites & Domains” and then click on “Hosting Settings” option. You have to check the checkbox “Microsoft ASP.NET support (version)". Choose the...
  18. bhawanisingh

    Steps to add SPF record in Plesk

    You can follow below steps to add SPF records in Plesk: Login to Plesk. Click on “DNS Settings” option to add your records. Here click on Add record to add your record. Choose records type as TXT from drop down and enter your record. After that click on “Ok”. You will get the “Update” option to...
  19. bhawanisingh

    How to create Mysql database in plesk?

    You can follow below steps to create Mysql database : Login to Plesk. Click in “Databases” in left sidebar. Now click on “Add Database” to add your database. Here you will find General and User section . Database name: enter your database name. Database server: select your database server from...
  20. bhawanisingh

    Steps to add MIME type in Plesk

    MIME stands for Multipurpose Internet Mail Extensions, it simply defines the type of files. You can follow below steps to add MIME types in Plesk. Login to Plesk. Click on “Website & Domains” and then click on “Virtual Directories”. Now click on “MIME Types” tab and Add MIME Type. In first...
Top