we have 2 targets
- a php file served in the same virtual host
- a external recourse served via external app & context proxy
is it somehow possible to change the rewrite rule used based on a condition (eg a file being present or a variable)
the idea is to have the same URI to access but have the server decide which rewrite rule to aplly based on a external status.
- a php file served in the same virtual host
- a external recourse served via external app & context proxy
is it somehow possible to change the rewrite rule used based on a condition (eg a file being present or a variable)
the idea is to have the same URI to access but have the server decide which rewrite rule to aplly based on a external status.