RedirectMatch 301 rule conflicts with RewriteRule in htaccess – SEO
I want to setup 301 redirects for requests from: /category/groceries-and-everyday/household/ Redirecting them to: /category/household/ I have the following rules set up for these requests: # The following is to redirect old urls RedirectMatch 301 ^/category/groceries-and-everyday/household/$ /category/household/ # This is our…