Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

267 total results found

Create a Company account

Company Account

The registration given name and address will be on display in the bill. Start by clicking the Register button in the top menu bar. If you would like to register business accounts should provide the following information: First Name and Last Name Company Na...

registration

Create a Personal account

Personal Account

The registration given name and address will be on display in the bill. Start by clicking the Register button in the top menu bar.    If you would like to register personal accounts should provide the following information: Name and surname A valid email ...

registration

How to Improve CSF Performance Using ipset

Settings, guides

For servers where the CSF firewall is running slowly using iptables, or may stop when large amounts of IP addresses are configured between iptables rules. This problem can be solved quickly by installing ipset. Ipset is a framework that belongs to the Linux k...

VPS
CSF

How to Archive Old Content on Your Server

Settings, guides

This tutorial can help you compress or restore previous unused web content. If for some reason the developer of the previous website is not available, the server’s previous website code can be found, then it should be saved and saved and removed from the serv...

VPS

How to Count Inodes per File and Directory in Linux

Settings, guides

Occasionally, you may not be aware of the amount of free space on the server during server operation. How much and what kind of data the libraries store. For example, if you are curious about the number of files and folders (inodes) recursively in each folder...

VPS
inode

How to Force Restart a Linux Server Safely

Settings, guides

Occasionally, some devices are locked, multiple disk mountings are lost, or the processes are stuck and the server responds very slowly. In such cases, the easiest solution is to restart the server. For example, if one of the devices is locked or a mount poin...

VPS
Linux

How to Create a Database Backup

Settings, guides

Almost every modern website uses a MySQL database. More popular content management systems, such as WordPress, Magento, Joomla, store all data in a MySQL database. If, for some reason, we want to back up the database, such as a MySQL server update, then it i...

VPS

How to Choose the Right DNS Resolver for a VPS

Settings, guides

Customers often ask us what DNS resolvers we recommend to use. However, it is not easy to answer this question if we consider the performance/uptime. We can now recommend using the following resolvers: GOOGLE PUBLIC DNS 8.8.8.8 8.8.4.4 2001:4860:4860::8888...

VPS
DNS resolver

How to Fix a VPS That Does Not Boot After a Kernel Update

Settings, guides

Issue Upgrading kernel(s) inside Linux guests to the following versions will break them. Updated guest(s) won’t ever boot and will crash on startup. Environment CentOS 6.x kernel version >= 2.6.32-754.2.1.el6.x86_64 Debian 9.x kernel version >= 4.9.0-7-amd...

VPS

How to Set a PTR Record (Reverse DNS Setup)

Settings, guides

You can also set the PTR record, please follow these steps: Log in at https://admin.dotroll.com and then click Services / My Services. Click the Active button on the services line and then the Manage button in the middle of the page on the Server Informa...

VPS
PTR

How to Order a New VPS Server

Settings, guides

To use Dotroll Virtual Private Server (VPS), you must have an account payer account. If you don’t already have one, you can create one here. After the login, you can start the order in the Order -> Virtual Server menu. Steps for ordering: First, select the ...

VPS

How to Transfer a Service to Another Billing Account

Other

Transfer steps: Log in to our system with your email address and password, then click on the Services / My Services menu item in the top menu line. Next, click the service you want to transfer, and then click Transfer service to user in the Actions box on th...

VPS

How to Install and Configure CSF Firewall

Settings, guides

Ebben a cikkben elmagyarázzuk, hogyan telepíthető és konfigurálható a ConfigServer Security & Firewall-t (rövidítve a CSF). A CSF egy teljes körű biztonsági csomag, amit használhat tűzfal és behatolás / bejelentkezési hiba észlelő rendszerként. INSTALLING AND...

VPS
CSF

How to create a backup on DirectAdmin hosting

Backups

CREATE BACKUP 1.Sign in at https://admin.dotroll.com/ with your username and password! 2.Click the Services / My Services menu at the top menubar! 3.From your services, click DirectAdmin web hosting. 4.Then you can see the most important data of your hosti...

DirectAdmin
backups

How to Use suPHP on Your Web Hosting Space

.htaccess

WHAT IS THE SUPHP? suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) that is called by the Apache module to change the uid of the process executing the ...

PHP

How to Redirect HTTP to HTTPS Using .htaccess

.htaccess

REDIRECT ALL WEB TRAFFIC To force all web traffic to use HTTPS insert the following lines of code in the .htaccess file in your website’s root folder. RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-vali...

SSL
HTTPS
HTTP
.htaccess

Change HTTP header settings using .htaccess file

.htaccess

First step, if you do not already have a .htaccess file created in the root directory of the affected domain name document. To do this, refer to the following: How to create .htaccess file? If the file already exists, you can edit it as described below: Cre...

.htaccess

How to Create URL Redirects and Rewrites Using .htaccess

.htaccess

By default your website can be accessed with both www.example.com and example.com. Since Google penalizes this due to duplicated content reasons, you should restrict the access to either www.example.com or example.com. Some links may be outside of your website...

HTTPS
.htaccess

What Is the .htaccess File and What Is It Used For?

.htaccess

Htaccess files are hidden plain text files that are on the server to help control how your visitors interact with your website. The htaccess file is also used to block specific traffic from being able to view your website. If you look for your .htaccess file y...

.htaccess

How to Change the Default Index Page Using .htaccess

.htaccess

The server looks for specifically named files as the first page of your website, also known as the index page. The default order of index file names our particular servers look through is index.php, index.htm, index.html, and finally default.htm. You can chang...

.htaccess