Is there any way to to replace &
with &
in magento url.
Every time when magento URL is redirecting from one store to another it is adding &
between the url. And the url is breaking. for eg:
https://www.indelust.com/designer?d=370
Above URL is the default url which is linked to US storeview based on US geoIP. When I am clicking on the url from Google search results it should redirect me to the same page with respective storeview. Now below url is the one when I clicked on google search result.
https://indelust.com/in/designer?___store=in_storeview&d=370
And the above link is breaking.
When I am making a small correction in the above url, by changing &
to &
. Then it is working fine for me.
I gone through some tutorials and below I found the relevant one, but I did not get the answer to resolve based on magento url pattern. https://magento.stackexchange.com/questions/38513/amp-instead-of-in-language-switch-url
Can anybody help me?