I want my virtualhost "new_target.domain.com" to point via apache reverse proxy to "https://target.com". This works fine but on new_target.domain.com the a hrefs
are not correct. They point to https://target.com instead of new_target.domain.com.
"https://target.com/videos/" instead of "https://new_target.domain.com/videos/" or "/videos/"
How is it possible that I remove all the https://target.com references from all URLs so that there only remains "/videos/" in the source files?
Thanks, a lot.