From: Eric Covener <covener@xxxxxxxxx>
To: users@xxxxxxxxxxxxxxxx; Kheng_Ee <kheng_ee_sim@xxxxxxxxx>
Sent: Monday, 28 January 2013 1:20 PM
Subject: Re: Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared
On Sun, Jan 27, 2013 at 9:11 PM, Kheng_Ee <
kheng_ee_sim@xxxxxxxxx> wrote:
>
> With regards to your suggestion;-
> RewriteRule ^\/aboutUs$
http://xxx.test.com/aboutUs.jsp?DView=AboutUs> [R,L,P]
> or
> RewriteRule ^\/aboutUs$ /aboutUs.jsp?DView=AboutUs [R,L,P]
>
> Can you tell me what is the parameter aboutUs and AboutUs ?
>
> As an example I gave you..... I only have
http://x.com and index.html...
> (but you come back with AboutUs.. so what is Aboutus ?)
> RewriteRule ^\/
http://x.com$ /index.html?DView=
http://x.com [R,L,P]
The first parameter of RewriteRule is the request URL path you're
matching against.
"Edel" in this thread gave you one of his own examples that depended
on matching that URL. It's probably not a very good
example.
---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@xxxxxxxxxxxxxxxxFor additional commands, e-mail:
users-help@xxxxxxxxxxxxxxxx