Swetha,
I don't think you can hide the product id it is used to look up the
product. However, one way to achieve this is to pass the product id in
as a hidden form variable in your page but this will need customization.
Thanks,
Raj
On 08/05/10 19:10, swetha wrote:
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]