Re: tomcat 9.50 - rewrite rule question

2022-03-22 Thread Christopher Schultz
Ripali, On 3/20/22 14:13, rupali singh wrote: i have tried below but its not working RewriteRule ^/apex/f?p=1001 /apex/myapp [R,L] What is the context-path of your web application? -chris On Sat, 19 Mar 2022 at 10:19, Jason Wee wrote: have you try? RewriteRule ^/apex/f?p=1001 /apex/m

Re: tomcat 9.50 - rewrite rule question

2022-03-20 Thread rupali singh
Hi, i have tried below but its not working RewriteRule ^/apex/f?p=1001 /apex/myapp [R,L] On Sat, 19 Mar 2022 at 10:19, Jason Wee wrote: > have you try? > > RewriteRule ^/apex/f?p=1001 /apex/myapp [R,L] > > On Sat, Mar 19, 2022 at 2:05 PM rupali singh > wrote: > > > > Hi Team, > > > > We are

Re: tomcat 9.50 - rewrite rule question

2022-03-18 Thread Jason Wee
have you try? RewriteRule ^/apex/f?p=1001 /apex/myapp [R,L] On Sat, Mar 19, 2022 at 2:05 PM rupali singh wrote: > > Hi Team, > > We are using tomcat 9.54 version. > Need help in rewriting rule. > > background : We have an Oracle apex server ( version 21.1) and tomcat is > installed on the sa