Hello everybody,
I created a redirect from
https://dampfabriek.com/collections/squonkers/vandy-vape
to
https://dampfabriek.com/collections/squonkers/
Even after waiting a while, the redirect is not working (even in incognito mode).
Funny things is, the first url corresponds to an empty collection I'm not able to find, so maybe an url that had previouly been changed and redirected?
Many Thanks for your help,
Federico
Solved! Go to the solution
This is an accepted solution.
Hi,
Add the custom liquid code below into your theme.liquid file to fix this problem (add code before close </head> tag)
{%- if request.path == '/collections/squonkers/vandy-vape' -%}
<meta http-equiv="refresh" content="0; url=https://dampfabriek.com/collections/squonkers">
{%- endif -%}
User | Count |
---|---|
23 | |
22 | |
14 | |
11 | |
10 |