I have configured an ELB on AWS and defined path routing rules in the following way:
www.example.com -> navigates to a React app
www.example.com/blog -> Navigate to a wordpress app
The problem I have is that when I navigate to my wordpress app I get lots of error because it tries to fetch all content from www.example.com, whereas that content is on my wordpress server.
How can I configure my wordpress app to fetch images from the server where it is actually hosted, instead of fetching them from www.example.com?