Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mod_rewrite with mod_proxy

Status
Not open for further replies.

Jiminald

Programmer
Oct 11, 2006
39
GB
Hi all,

I am currently reverse-proxying to access a resource. This is located by going to getting pages from .

This all works fine, but, the resource I am accessing states in the config you need to type the whole url to the resource. For example:
$SiteURL = '
The data the resource creates in the database uses this variable and statically links images and any other items it can, using the whole path.
It is highly unlikely that I will not be allowed to edit the database. Its huge and I don't think anyone would be happy, especially if it dies or has to go offline for a bit.

So I need to rewrite to I was wondering is this possible to resend back through the proxy?

I hope all this makes sense and thanks in advanced :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top