My .htaccess file has the following:
RewriteCond %{QUERY_STRING} ^route\=product\/category\&path\=35\&page\=([0-9]+)$ RewriteRule ^index\.php$ http://%{HTTP_HOST}/product/category/35/page_$1? [R=301,L]
This is not as expected when I enter the URL:
http:
It corresponds to:
http://example.com/product/category/35/page_
Can someone tell me what I did wrong, please?
Thanks,
eb_dev
source share