Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.
This repository was 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

@CoreyKaylor

Description

@CoreyKaylor

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions