We are experiencing an issue with a URL rewrite that is not functioning correctly.
The rule is as follows:
RewriteRule ^/?$ “https://%{HTTP_HOST}/mp/portal#/login” [R=301,L]
However, the URL is being rewritten to https://172.22.96.18/mp/portal%23/login, where the ‘#’ is incorrectly replaced by ‘%23’, which the application does not accept.
we cannot really do anything else e.g. change the url on the application side
New contributor
jonnee_l is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.