Search Our Database

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 create new DNS zone file in Plesk

Introduction If you encounter issues with the DNS zone file for your domain in Plesk, such as the DNS records not functioning, missing zone files in the Plesk DNS folder, or problems persisting even after restoring to default settings, it may be necessary to recreate the DNS zone. This guide provides step-by-step instructions for identifying

How to change database table engine types in phpMyAdmin

Introduction This article guides users on how to change the MySQL database table engine type using phpMyAdmin. It is intended for users with Plesk or DirectAdmin control panels. This solution is applicable when changing the engine type of MySQL tables is required, such as converting between InnoDB and MyISAM. The process involves accessing the control

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 renew your services through the Customer Portal

Introduction Keeping your services active is essential for smooth operations, and renewing them through our Customer Portal is quick and straightforward. Whether your services are approaching expiration or have already expired, you can easily manage the renewal process online. A secondary user with billing permissions can also assist with the renewal if needed. Note: This

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 submit ticket through Customer Portal

Introduction Submitting a ticket through the IP ServerOne Customer Portal is a straightforward process designed to help you resolve any inquiries or issues related to your services. By following the steps in this guide, you can ensure that your ticket is submitted correctly, tracked efficiently, and addressed by our support team. This guide will walk

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 add new MIME type

Introduction MIME (Multipurpose Internet Mail Extensions) types are essential for web servers to instruct browsers and applications on how to handle different file types. Correctly configuring MIME types ensures that files are served and interpreted appropriately, such as displaying images or executing scripts. This guide explains how to add new MIME types in Plesk, applicable