Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Add support for mod_rewrite_html or alternative way to achieve a similar goal #4

Open
CoreyKaylor opened this issue Mar 15, 2013 · 3 comments

Comments

@CoreyKaylor
Copy link

For a site using the reverse proxy

RewriteRule http://www.example.com/proxysite(.*) http://examplesite.reallocation.com$1 [P]

When the html contains /path/tolocation it will result in a 404 because it instead points to http://www.example.com/path/tolocation instead of http://www.example.com/proxysite/path/tolocation

Any other creative ways to deal with this type of setup without having to modify the html?

@nberardi
Copy link
Member

I would love to support that, however at the time there isn't really the
resources of time to do this. I am very busy in the foreseeable future,
but would love to accept contributions if you are willing.

On Fri, Mar 15, 2013 at 5:19 PM, Corey Kaylor [email protected]:

For a site using the reverse proxy

RewriteRule http://www.example.com/proxysite(.*)
http://examplesite.reallocation.com$1 [P]

When the html contains /path/tolocation it will result in a 404 because it
instead points to http://www.example.com/path/tolocation instead of
http://www.example.com/proxysite/path/tolocation

Any other creative ways to deal with this type of setup without having to
modify the html?


Reply to this email directly or view it on GitHubhttps://github.com//issues/4
.

@CoreyKaylor
Copy link
Author

I can't promise a commitment just yet, but if we need to support more of this type of thing in one of our applications I will spend some time and see if I can put together a pull request.

@nberardi
Copy link
Member

Thank you in advance for anything you can do.

On Wed, Mar 20, 2013 at 12:44 PM, Corey Kaylor [email protected]:

I can't promise a commitment just yet, but if we need to support more of
this type of thing in one of our applications I will spend some time and
see if I can put together a pull request.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-15187696
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants