Hi, On Mon, Jan 23, 2017 at 11:20 AM, Rajib Karmakar <creativewebl...@gmail.com> wrote: > > Yes i active access logs, now which date i see the log. > > Problem Statement : Few Products redirects to Cart page. > > Cart Page URL : https://www.berkshirefurniture.com/cart/ > Cart Page htaccess redirects rule : RewriteRule ^cart(.*)$ cart.php
You could possibly require the final '/' here to avoid trailing match, something like: RewriteRule ^cart(/.*)?$ cart.php Regards, Yann. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org