Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-27 Thread Edel O Callaghan
For some reason, it wouldn't work unless we escaped the '/' maybe because we are not using the full url Edel Sony Xperia T on O2 Eric Covener wrote: >> RewriteRule ^\/aboutUs$ /aboutUs.jsp?DView=AboutUs [R,L,P] > >There's no need to escape the / > >---

Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-27 Thread Edel O Callaghan
n Sat, Jan 26, 2013 at 2:39 AM, Kheng_Ee wrote: > Please let me understand the rewriterule using my data. > > So it should be ? > > RewriteRule ^\/http://x.com$ /index.html?DView=http://x.com [R,L,P] > > > > ------ > *From:* Edel O Callag

Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-25 Thread Edel O Callaghan
Thank You for your reply. We figured out the issue today we escaped the URL as shown below and it all worked like magic! RewriteRule ^\/home$ /index.jsp?DView=HomePage [R,L,P] Thanks again, Edel. On Fri, Jan 25, 2013 at 9:26 PM, Kheng_Ee wrote: > True no magic in IT. > I posted the httpd co