Hi Shopify community,
We are looking to redirect a subdomain like https://es.website.com/ to https://www.website.com/es/ as we need to upgrade our version of Langify from V1 to V2.
The URLs path will not change and we are looking to achieve the following:
Unfortunately, we can not easily add a RegEx (Regular Expression) as we could have done if we had access to the .htaccess file, like the one below :
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^(.*)$ https://www.website.com/es/$1 [L,NE,R=301]
</IfModule>
Any idea about the best way to achieve such redirect in Shopify?
Thanks a lot,
Dear @Killian_
Either do it manually or use easy redirect Shopify app
User | Count |
---|---|
7 | |
6 | |
6 | |
5 | |
4 |