I have an action name cart in site controller and I have used pretty URL so my URL is
WWW.test.com/cart
But I want to redirect if someone enter WWW.test.com/cart/
,
then it should be redirected to WWW.test.com/cart
.
I don't have cart controller.