URL rewrite by rule

Hi

Is there any solution (core Shopify or app) to 301 redirect 1,000’s of old URLs indexed by Google, that are no longer active on the website? I’m looking for the equivalent of something like an apache .htaccess rewriteRule via RegEx, if such a solution exists.

Thanks, Jonathan

Hi @Jonathan_Davies there’s no built-in option to set up URL redirects using regular expressions. Your options are:

  1. Dynamically generate the URLs into a CSV and import it.
  2. Use an app. I recommend trying out Easy Redirects.
1 Like

Hey @Jonathan_Davies If you need an app that automatically hides & redirects sold outs real time than you can try out our app as well

Thank you. I was concerned that adding 250,000 rewrites might affect performance. However I see that Shopify Plus stores can add up to 20,000,000 rewrites, so I guess my fears are unfounded?