Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello,
is it possible to create 301 redirect with something similar to the htaccess rules?
For example I want that all url with /shop/category/product-name will be redirect to /products/product-name
Hey @Delio,
If the two links already work, then possible.
You can use the code below. But if the "/products/product-name" is something you want to create, it probably isn't going to work out.
{% if condition %}
{% assign redirect_url = '/products/product-name' %}
{% endif %}
<script>
window.location.href = '{{ redirect_url | within: site }}';
</script>
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025