In the Joomla content management system, the main configuration file is called configuration.php.
It stores all the key site settings, including database parameters, paths, debugging, etc.
The configuration.php file is located directly in the root folder of your Joomla site, the absolute path to which you can find in your Control Panel
public $host = 'localhost';
public $user = 'DATABASE USERNAME';
public $password = 'DATABASE USER PASSWORD';
public $db = 'DATABASE NAME';
public $log_path = '/var/www/HOSTING ACCOUNT NAME/www/joom.web-taste.cx.ua/administrator/logs';
public $tmp_path = '/var/www/HOSTING ACCOUNT NAME/www/joom.web-taste.cx.ua/tmp';
When transferring a site, it is important to fill in all this data correctly. You can copy it correctly from the control panel using the instructions from [MYSQL SECTION]
All question categories