I have the below requirement for an apache redirection. When this url comes
https://example.com/first-path/index.jsp?jpc=red
it should go to.
https://example.com/red
Where jpc
is a constant value key but the string 'red' can be any string.
I have the below requirement for an apache redirection. When this url comes
https://example.com/first-path/index.jsp?jpc=red
it should go to.
https://example.com/red
Where jpc
is a constant value key but the string 'red' can be any string.