URL_FW Redirect for specific RF.jsp function
Hi,
We have a requirement to redirect a specific URL in format <Instance_URL>/OA_HTML/RF.jsp?function_id=1234 to a different URL. I added below entry in the firewall configuration file:
RewriteRule ^/OA_HTML/.*1234$ <New URL> [R,L]
This change is working good if we call a similar pattern without RF.jsp but it the redirect does not happen when RF.jsp is present in the URL. <Instance_URL>/1234 is working good and the redirection is happening. But, <Instance_URL>/OA_HTML/RF.jsp?function_id=1234 does not redirect.
The command is added before the below statement:
RewriteRule ^/OA_HTML/RF\.jsp$ - [L]