cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dynamic site url creation with respect to language code

0 Likes
697

I am working on hybris 1811 and I have a requirement where i need to modify the url of the site

from https://electronics.local:9002/yacceleratorstorefront/electronics/en/

to https://electronics.local:9002/en/yacceleratorstorefront/electronics/

where the language code is appended just after the host (electronics.local:9002/) like "electronics.local:9002/en"

Can anyone provide any links or leads on how to get this implemented.? language code here is dynamic and can change with respect to user language.

Accepted Solutions (0)

Answers (1)

Answers (1)

crescenzorega
Active Participant
0 Likes

Hi,

try to define

  • website.electronics.http=http://electronics.local:9001
  • website.electronics.https=https://electronics.local:9002

in local.properties and modify URL Encoding Attributes in backoffice

Regards,

Crescenzo