public $log_path = '/home/<user>/domains/<domain.tld>/public_html/dev/administrator/logs';
public $tmp_path = '/home/<user>/domains/<domain.tld>/public_html/dev/tmp';
to
public $log_path = '/home/<user>/domains/<domain.tld>/public_html/administrator/logs';
public $tmp_path = '/home/<user>/domains/<domain.tld>/public_html/tmp';
in configuration.php
Which is a manual tedious manual process in which many things could go wrong.
Or would the site transfer wizard be a better option? Never used it before. Is it easier/possible to use it to "move" the site from the subdomain to host root and keep the database where it is (no need to create a new database/copy tables over etc)?
domain and subdomains are protected with an SSL certificate by let's encrypt. But i don't know if the host supports stfp and how to even use it.