How to transfer a WordPress website to a new hosting

IMPORTANT: Most of the time, all you need to transfer a website is Duplicator. This manual is for those, who prefer not to use a plugin and do it all by hand. In order to transfer a WordPress website (or pretty much any other one) to the new hosting, you will need its files and […]

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