Good morning Team,

Is it possible using htaccess rewriting match the specific slug and forced
not to redirect it's default rules i.e it matched the full slug and
redirect to specific rule only.

Sincerely
---------------------------------------------------------
Rajib Karmakar

Creative Web Logo Technologies
Website: http://www.creativeweblogo.com
Mobile: +919874704940
Skype: creative.web.logo
© 2008-2017 Creative Web Logo Technologies.

On Mon, Jan 23, 2017 at 11:52 PM, Yann Ylavic <[email protected]> wrote:

> Hi,
>
> On Mon, Jan 23, 2017 at 11:20 AM, Rajib Karmakar
> <[email protected]> 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: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to