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

Joomla 404 Error setup

You need to install a component and a plugin for Joomla ERROR 404. After installing the run the plugin. To do this, go to “Extensions” -> Plugin Manager” -> System – Error404 – put the green check mark.

Read More

WordPress config file wp-config.php

Parameters that are usually changed in the WordPress config file (wp-config.php): -The name of the database: /** The name of the database for WordPress */ define(‘DB_NAME’, ‘your_DB_name’); Sets the name of the database that you specified when creating the database.

Read More

Joomla administrator password recovery

Восстановить пароль администратора Joomla можно двумя способами: используя функцию напоминания пароля или сброс пароля суперадминистратора с помомощью SQL-запроса. Восстановить пароль администратора Joomla с помощью функции напоминания пароля Если вы помните e-mail суперадминистратора, можно зайти на сайт и воспользоваться функцией напоминания забытого пароля. Для этого нужно набрать в адресной строке браузера (вместо ваш_домен укажите адрес вашего […]

Read More

Joomla mail: how to setup it?

One of the standard features of Joomla CMS is to send emails. Mass mailing, feedback, sending emails after users registration on the website – all these options are available. To setup Joomla mail, do the following:

Read More