Comment on Self hosted Onedrive alternative

<- View Parent
irmadlad@lemmy.world ⁨1⁩ ⁨day⁩ ago

Locate and edit the config/config.php. There is a line that starts with ‘trusted_domains’ Add your new domain thusly:

'trusted_domains' =>
  array (
    0 => 'old-domain.com',
    1 => 'new-domain.com',
  ),

You’ll have to update your web server configuration, your DNS records, and you may have to clear any server cache you may have.

source
Sort:hotnewtop