We are working on a new update… We will very soon release the new update with those issues fixed. Please be patient.
Thread Starter
Kline
(@klinelozada)
That’s great news. However, do you have any answer with my concern?
Thanks
You are adding the redirection rules wrong… if someone visits /(.*) and you want them to redirect to /europe/(.*) but /(.*) already means /europe/(.*) logically… that’s why it’s not working… infinite loop 🙁
But if you add something like this… /asia/(.*) to /europe/(.*) that will work perfectly… see Screenshots in the plugin for rule sets. Let me know if you need any help related to setting the regex rules.
Thread Starter
Kline
(@klinelozada)
I already tested these regex and it’s working fine. But my issue was actually my site is has a default url: https://domain.com/ which is the “US”. Now if the user is from europe and visits the url https://domain.com/product/product-one then it should be auto redirected to https://domain.com/europe/product/product-one and if it’s in US then it should retain, if the user is from ASIA then it should be https://domain.com/global/product/product-one is this possible?
Thread Starter
Kline
(@klinelozada)
I think there’s a problem on the current plugin, I have manually added the url with no wildcard, but it’s not working. Example if you visit https://domain.com/product/product-1/ it should be redirected to https://domain.com/europe/product/product-1/.
It’s pretty straight forward, but it redirects to https://domain.com/europe/ instead and I don’t understand why!
Can you give me your domain url please… does the link https://domain.com/europe/product/product-1/ exists on your domain? Can you visit it directly?
Thread Starter
Kline
(@klinelozada)
Hello Sajjad,
Have already resolved this part.
Hello! @klinelozada how you resolved?