Image locations on other domains messed up

I have MiaB up and running on a DO server. Set it up to serve DNS for websites hosted on other servers.

Problem now is most images on those sites are not being displayed, because the image locations are pointing to the MiaB server, instead of the server the website they belong to is running from.

An example:

The MiaB server is at https://box.miab.com and it’s the DNS server for http://anotherdomain.com. Email for Anotherdomain works fine, but images for posts on the domain are showing locations like https://box.miab.com/uploads/image.png when it should be http://anotherdoamin.com/uploads/image.png
Not sure how to fix this.

Any clues?

Hello,

It is up to your web server to send the correct URL to the image. That sounds like a misconfiguration on your webserver.

Double check you have created the two custom A DNS records for your anotherdomain.com and www.anotherdomain.com both pointing to your ‘other server’ IP address. Hope this helps.