Hi all,
I want to redirect the /shop page to a custom page e.g. /shop-category
I'm using Apache with the following rule:
RewriteRule ^/shop https://www.mydomain.com/shop-category
but in this way I'm redirecting also /shop/everythingelse (like product page)
My need is to rewrite just the /shop page and not the sub path