Search Our Database

How to Run a Ping Test

Introduction This guide provides step-by-step instructions on how to use the ping command to troubleshoot network connectivity issues on a Windows operating system. The ping command is a basic network utility that helps determine whether a specific domain or IP address is reachable. It is useful for diagnosing connectivity problems with websites, servers, or any

How to create an email account in SmarterMail version 16

Introduction This guide provides step-by-step instructions to help administrators create new email accounts in SmarterMail. SmarterMail is a powerful mail server that allows for the efficient management of email accounts for domains. This guide is intended for system administrators managing SmarterMail.   Prerequisites Before proceeding, ensure you have: Administrative access to the SmarterMail system. The

How to create an email account in SmarterMail version 10

Introduction This guide provides step-by-step instructions to help administrators create new email accounts in SmarterMail. SmarterMail is a powerful mail server that allows for the efficient management of email accounts for domains. This guide is intended for system administrators managing SmarterMail. Important Note: This guide refers to an outdated version of SmarterMail. For the latest

How to create databases in Plesk 12.5

Introduction Managing databases is a fundamental task when administering websites through Plesk. This guide provides step-by-step instructions on how to create and remove databases, manage database users, and access databases using the Plesk interface. It covers all the necessary steps to efficiently handle databases and user accounts, ensuring your web applications run smoothly and securely.

How to backup and download MySQL database in Plesk 9

Introduction Regularly backing up your MySQL databases is essential to safeguard your data against potential loss or corruption. By creating frequent backups, you can restore the latest version of your database in the event of a failure. This guide will provide step-by-step instructions on how to back up a MySQL database using the Plesk 9

Hosting Settings in Plesk

Introduction Per-website hosting settings in Plesk allow administrators to configure and manage various aspects of their websites. These settings can be customized to suit different requirements, such as hosting type, security options, scripting support, and web server configurations. Understanding these options is essential for optimizing website performance and security. This guide provides an overview of

How to disable scripting warnings and notices through .htaccess

Introduction: If your website is running well but still displaying unwanted warnings and notices, such as Warning: fsockopen(), you can easily hide them by making a small change to your .htaccess file. This is especially useful in a live production environment to avoid cluttering your website with error messages that could confuse visitors.   Prerequisites:

How to disable APC Cache In Linux using .htaccess

Introduction APC (Alternative PHP Cache) is a tool that enhances website performance by caching PHP scripts. However, you may need to disable it during development or troubleshooting to ensure accurate debugging. This guide will walk you through the steps of disabling APC by modifying the .htaccess file. It is designed for developers or system administrators