I moved Joomla behind a reverse proxy and the contents of the image folder are not showing. After debugging in a browser I found that the contents of an ajax call returns
<html>
<body>
<p>{"success .... http:\/\/web-01\/cms\/images\/powered_by.png ...
Now I have put in place in Apache2 config
ProxyHTMLURLMap "http:\/\/web-01" "https:\/\/real-domain.com"
But since the content is not a html link, Apache does not translate it to <p>{"success .... http:s\/\/real-domain.com\/cms\/images\/powered_by.png ...
I have already chosen Yes in Global Configuration: Behind Load Balancer. So how can I fix this?
<html>
<body>
<p>{"success .... http:\/\/web-01\/cms\/images\/powered_by.png ...
Now I have put in place in Apache2 config
ProxyHTMLURLMap "http:\/\/web-01" "https:\/\/real-domain.com"
But since the content is not a html link, Apache does not translate it to <p>{"success .... http:s\/\/real-domain.com\/cms\/images\/powered_by.png ...
I have already chosen Yes in Global Configuration: Behind Load Balancer. So how can I fix this?
Statistics: Posted by cpliu — Thu Mar 07, 2024 6:52 pm