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@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx