remove barcode from url

In the prestashop forum they recommend this:
The solution I have applied is simple but effective. This is a simple line in the .httaccess that tells browsers that if a URL request comes in with ean13, it will redirect to the new format. Thus, both search engines, browsers, users and myself, we remain calm. Everyone happy!

This is the line to add in the .httaccess:

RewriteRule ^(.+)(-d{13})(.+)$ /$1$3

what

Is it well placed in the httaccess file where I indicate in the image?

AnswerQuote

Answered : 04/12/2017 12:36 am

See also  nominative ticket sales
Loading Facebook Comments ...
Loading Disqus Comments ...