Hi, Here i am giving sample url rewriting code of my doubt, i am using apache..
RewriteRule ^/(.*)/(.*).html$ ajp://localhost:000/ecart/control/product/~product_name=$2 [P,L] ProxyHTMLURLMap ^(.*)/ecart/control/product/~product_id=(.*)/~product_name=(.*);(.*)$ $1/$2/$3.html [R] ProxyHTMLURLMap ^(.*)/ecart/control/product/~product_id=(.*)/~product_name=(.*)$ $1/$2/$3.html [R] In this I want to display only product_name in url of my application. How can i hide product_id Suggest me......... [Go to top] -- View this message in context: http://ofbiz.135035.n4.nabble.com/how-to-hide-one-of-the-parameter-in-url-rewriting-tp2136140p2136140.html Sent from the OFBiz - User mailing list archive at Nabble.com.
