Search results

  1. K

    Resolve “You must have the zoneedit feature to take this action” error

    To solve this error you have to enable Advanced DNS zone editor, o it is must to have access of VPS or Dedicated servers. You have to follow below steps to enable Advanced DNS zone editor in WHM: Login to WHM. Here under “Packages” click on “Feature Manager” option. You have to choose “Edit a...
  2. K

    How to restore deleted files from cpanel?

    To restore file first you have to leave the checkbox unchecked while deleting file “Skip the trash and permanently delete the files". If you will leave this box uncheck then you can restore your deleted file from cpanel. You can follow below steps restore files: Login to cpanel. Click on “File...
  3. K

    How to solve internal server error in Wordpress?

    It’s the most common error in Wordpress so everyone faces it once while working on it. You just have to make few changes in your application to resolve most irritated issue. You can check below for this: Check your .htaccess file carefully. For this you just have to rename the file and then run...
  4. K

    How to check mod_rewrite is enabled or not?

    You can easily check the mod_rewrite is enabled from phpinfo.php file. You have to put phpinfo() function in file and you can check the information about your PHP installation. You can also use "apache_get_modules" function to your file. You have to enter below code in your file: <?php...
  5. K

    How can we Export and Import database dumps ?

    You can follow below steps: Login to Plesk. Navigate to Websites & Domains >> Databases >> Export Dumps in the tools. You have to select the directory to save the dump file. Otherwise subscription will choose home directory. You can also save dump in your local computer and for that you have to...
  6. K

    How to check and repair databases in Plesk?

    Follow below steps to check and repair databases: Login to Plesk. Navigate to Websites & Domains >> Databases >> Check and Repair. If there is any problem then you can click on the provided link and resolve it. You will find the details of tables and its problems, here in MySQL database you can...
  7. K

    How to create mail aliases in Plesk?

    You can follow below steps to create mail alias: Login to Plesk. Navigate to Mail >> email address >> Email Aliases tab. You can add email address by typing it in Email alias box, after that click on “OK”. You can also remove the email address and for that you have to remove address from the box.
  8. K

    How to increase private memory in RDP?

    You can follow below steps to increase private memory: Login to RDP. Open Internet Information Services (IIS) Manager in RDP. Click on “Application pools”. Now right click on any domain and then choose “Advanced Settings” option. Here you will find option “Private Memory Limit” and increase the...
  9. K

    How to change integrated mode in RDP?

    You can follow below steps: Login to RDP. Open Internet Information Services (IIS) Manager in RDP. Click on “Application pools”. Now right click on any domain and then choose “Basic Settings” option. Here you will find option “Managed pipeline Mode” and you will find 2 options “Integrated” and...
  10. K

    Steps to set Auto-Reply in Plesk

    You can follow below steps to setup Auto-Reply in plesk: Login to Plesk. Here you have to go to Mail >> Email Address >> Auto-Reply tab. Here you have to select the Auto-Reply check box to enable it for your domain. And also you have to make settings of Auto-Reply according to your need. At...
  11. K

    How to switch on antivirus protection for mailbox?

    You can follow below steps to switch on antivirus protection in Plesk: Login to Plesk. Here click on “Mail” and then “Email Address”. After that you will find “Antivirus” tab, so click on it. Here you can see the “Antivirus protection for email address” checkbox, you have to select it. You can...
  12. K

    Steps to setup private nameservers in WHM

    You can follow below steps to setup nameservers in WHM: Login to WHM. Now click on “Edit DNS zone” under “DNS Functions”. Here you can select domain name from drop down and then click on “Edit”. You have to enter SOA record and email address for nameservers. You have to point to private...
  13. K

    Steps to restart Mysql service in Plesk

    You can follow below steps to restart mysql service: Login to Plesk. Here you will find “Tools and Settings” option, you have to click on them. Now under “Server Management” section you have to click on “Mysql server”. Finally, click on start.
  14. K

    Steps to post restoration database repair

    While restoring database sometimes it’s possible that few database users will get orphaned and if you want to use them again then you need to repair those databases, to achieve this you have to follow below steps: You can check your database is orphaned or not with below steps: Login to Plesk...
  15. K

    How to access website without .html?

    If you want to access your website www.domain.com/hosting but right now its working with www.domain.com/hosting.html. For this you just have to use rewrite rule and it can be added in .htaccess file. You can either create this file or you already have it. You have to open .htaccess file and add...
  16. K

    Error logs of website in Plesk

    If you want to check the logs of your website then you can follow below steps: Login to Plesk. Click on “Websites & Domains” and then click on “File Manager”. Or you can click on “Files” option. Here click on “Logs” which is available in “Home directory” and then click on “error_log” in file”...
  17. K

    How to take website in maintenance mode with .htaccess file?

    You can add below code to your .htaccess file to put your website in maintenance mode. With this code if anyone try to access the website will be redirected to maintenance.php mode. RewriteEngine On RewriteRule !^maintenance.php$ /maintenance.php [R=302,L] But if you want to use your website...
  18. K

    How can we add IP address in WHM?

    You can add additional IP address in WHM if you have dedicated or VPS server. Login to WHM. Click on “Add a new IP address” under “IP Functions”. Here you have to enter new IP address and subnet too.
  19. K

    Steps to check CPU and memory limit for particular user in WHM

    You can check the memory and CPU for the user with below steps: Login to WHM. Now click on “Server Status” section and the click on “Daily process log”.
  20. K

    Steps to change size of email attachment in WHM

    The default size of email attachment in cpanel is 50MB, but if you want to change this then you can follow below steps: Login to WHM. Click on “Exim Configuration Manager” under “Service Configuration”. Here click on “Advanced Editor” to making changes. You will find “Add additional...
Top