We have an apache virtual host www.example.com now Im trying to get www.example.com/mypath to go to load the pages from
www.example1.com using mod_poxy i have it with a base
ProxyPass /mypath http://www.example1.com
ProxyPassReverse /mypath http://www.example1.com
however the link on www.example1.com are all <a href='/xxx/xx'>example link</a>
so when they come back to the www.example.com/mypath the are www.example.com/xxx/xx how can i get them to be www.example.com/mypath/xxx/xx
cheers