0

I try proxypass "test" directory and all content with further links via apache config

ProxyPass /test/ http://manobatai/

ProxyPass works and it could be fine, but when i click on link i get that URL not found.

Darius S
  • 11
  • 2
  • 4
  • Have you tried to add also `ProxyPassReverse "/test/" "http:/ /manobatai/"` – Valentin Bajrami Mar 29 '17 at 12:50
  • Thanks for your answer, i just tried but i get same result, so i think that i need regex with ProxyPassMatch directive. – Darius S Mar 29 '17 at 12:57
  • ProxyPass does not change the (HTML) content of the responses that are proxied, so an absolute link to `http://manobatai/dir/page.html` or `/dir/page.html` won't get converted to `http://example.com/test/dir/page.html` Please see [this answer of mine here](http://serverfault.com/a/561897/37681) – HBruijn Mar 29 '17 at 12:57

0 Answers0