Skip to content

Instantly share code, notes, and snippets.

@ECkurt
Created June 17, 2016 18:08
Show Gist options
  • Save ECkurt/bf14bb4233bfbbdd24d44e7b7399c62b to your computer and use it in GitHub Desktop.
Save ECkurt/bf14bb4233bfbbdd24d44e7b7399c62b to your computer and use it in GitHub Desktop.
Shopify 404 URL redirect
{% if template == '404' %}
<meta http-equiv="refresh" content="0;URL=http://example.com/collections/404/" />
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment