Comment on Self hosted Onedrive alternative
irmadlad@lemmy.world 1 day agoLocate 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.
MentalEdge@sopuli.xyz 15 hours ago
That’s the one.
irmadlad@lemmy.world 10 hours ago
Thanks for the backup. LOL I get nervous sharing code. Sure it worked for me, but in the back of my head I see some poor guy deploying any code I’ve used and smoke starts coming out of his server, the front cover falls off, and his Ethernet cable is belched out the back. LOL