Hi Raj,
Greetings of the day.
I am using apache for url rewrting. Here i am giving my
requirement. Plz help me out.
There is one search button, If we click on dat button the url must
be www.pets.com/search.html
for this i wrote code as follows:
RewriteRule ^/search.html$
ajp://localhost:8080/ecart/control/keywordsearch [P,L]
ProxyHTMLURLMap ^(.*)/ecart/control/keywordsearch;(.*)$
$1/search.html [R]
##---- without session id
ProxyHTMLURLMap ^(.*)/ecart/control/keywordsearch$ $1/search.html [R]
and when we write something in search box and send request like suppose if
we write bag in search box and click on button the url must display as
www.pets.com/search.html?keword=bag
here keywords(ie bag) have to change according to our request
Plz help me. this is very needful for me.
--
Thanks & Regards
Swapna Dondeti
www.palindromesoftware.com
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/how-to-hide-one-of-the-parameter-in-url-rewriting-tp2136140p2241468.html
Sent from the OFBiz - User mailing list archive at Nabble.com.