Hello,
You can have a different URL for the same document in different culture versions of your web site. If you navigate to
CMS Desk / Content / Select your home page / Properties / URLs section you can notice that you can have different
Document URL path-s for different culture versions for your documents.
Example:
cs-CZ culture:
Document URL path: /
cz/Home
en-US culture:
Document URL path: /
en/Home
The second approach would be to create one folder under root of your web site and place all of your documents under such folder. You just need to create one folder with name
en for example for the English culture and
cz for the Czech culture. Then you need to set Document URL path for this folder to /en in English culture and /cz in Czech culture. Then you need to check (set it to true) the
Use name path for URL path property in the CMS Site manager / Settings / choose your web site / URLs and SEO section.
Now, every newly created document (let’s say
test) under the cz or en folder will have the following urls:
/en/test.aspx
/cz/test.aspx
Best regards,
Boris Pocatko