Hi,
On Mon, Jan 23, 2017 at 11:20 AM, Rajib Karmakar
<creativeweblogo@xxxxxxxxx> 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-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx