What is backup?

Backup is a reserve copy of the data, from which the original data can be restored. Backups are usually done so that in case the working copy is lost, it can be restored.

Read More

How to transfer a Drupal website to a new hosting

In order to transfer your Drupal website to a new hosting, you will need to transfer its files and database..  Prerequisits On a server — root (admin level) access, Linux/Windows Apache, MySQL and PHP. On a hosting — admin panel or access via SSH. Creating a database backup Before you create a backup, you will […]

Read More

Password recovery to WordPress

Forgot your password for admin panel? It is not a problem. This article will help you recover your access to the administrative part of the WordPress site. First of all, you will need access details for database. Go to phpMyAdmin and select the database needed. In this very example, it will be wordpressbd. If you […]

Read More

Problem with site encoding

You have built your site in UTF-8 encoding and the database is also configured in UTF-8 (and it is displayed properly), but the iste itself displays incorrect encoding of cyrillic characters.

Read More