Hello Everyone,
I am having a hard time finding information on what it am trying to do. We have an internal webpage that has absolute paths for all the links (ie [
internal.corp.com)....] This is working fine internally be we are trying to setup a proxy to make the page available externally. The proxy will translate it to something like [
external.corp.com....] The problem we are running into is all the paths externally appear as [
internal.corp.com...] because they are absolute. We can not change any of the paths, or modify the webpages in any way. Is there any way to make apache rewrite the html paths in the pages.
I know that mod_rewrite cannot do this but i am hoping for some other option.
Thanks