Quantcast
Viewing all articles
Browse latest Browse all 228

Administration Joomla! 4.x • Image folder not showing if Joomla is behind a reverse proxy

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>{&quot;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>{&quot;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



Viewing all articles
Browse latest Browse all 228

Trending Articles