Search Our Database

Setting up mailing lists in Plesk 12.5

Introduction A mailing list is a convenient way to send email messages to multiple recipients at once. It allows you to create a group email address to which multiple users can subscribe. Email messages sent to the mailing list can range from simple text updates to rich newsletters and promotions containing embedded images, links, and

How to setup LAMP configuration on Ubuntu

Introduction This article is intended for Ubuntu users, including system administrators and developers, who need to set up a LAMP (Linux, Apache, MySQL, PHP) stack on their server. It provides a step-by-step guide to installing and configuring each component of the LAMP stack on Ubuntu. This information is essential when you’re preparing a server to

How to prevent HTTP file caching with .htaccess

Introduction This guide is designed for web developers and server administrators who want to prevent browsers from caching outdated versions of CSS and JavaScript files. By using .htaccess you can ensure that visitors always see the latest version of your website’s styles and scripts, especially after updates. These steps are useful when frequent updates are

How to login into FiDrive

Introduction This article will guide you on how to log in to your FiDrive account, a cloud storage service provided by IPServerOne. FiDrive allows users to store, manage, and share files securely in the cloud. This guide is intended for new and existing users of FiDrive who need assistance with accessing their account. The steps

How to back up and restore databases in Plesk 12.5

Introduction Managing database backups is essential for safeguarding your data against accidental loss, corruption, or hardware failure. Plesk 12.5 offers several options to back up and restore databases, providing flexibility for different use cases, such as migrating data between servers or recovering from data loss. This guide covers two main methods for backing up and

How to login to Plesk 12.5

Introduction This guide outlines the steps to log in to Plesk 12.5, a popular web hosting control panel used for managing websites, domains, and server settings. Logging in to Plesk allows administrators and users to access a variety of tools for server and website management. This article also covers how to change the default login

How to backup MYSQL database in Plesk

Introduction This article explains the process of backing up an MYSQL database using Plesk Onyx. It is intended for users who manage databases via Plesk and need to ensure regular backups for data security and recovery purposes. The guide outlines the steps to create a backup of the MSSQL database directly from the Plesk Onyx

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

How to customize DirectAdmin daily email quota limit

Introduction This guide covers how to set a daily email quota limit on a DirectAdmin hosting server. It is intended for server administrators who want to control the number of emails that users can send from their accounts. By implementing this limit, administrators can manage email traffic, reduce the risk of server blacklisting, and prevent

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: