Site structure

If my site structure is like this:

www.myDomain.de/de/
www.myDomain.com/com/

How can I setup Contentbox that if a user hits: www.myDomain.de he will be automatically forwarded to /de/ so no page on www.myDomain.de

I know that I can do it with URL rewriting, but I’m wondering how it would be done within Contentbox?

Easy.

Create a home page for the de site and set it as the home page in settings. Then in the editor for the home page use or relocation widget and relocate to /de

Where do I place the widget and whats the right syntax, I tried to place this #cb.widget(“Relocate”,{page=“de”})# on the content area of a page but it was rendered. If I remember right the syntax was in some video but I don’t rember in which exactly.

BTW is the a basic reference somewhere?

Use the ui buttons

:slight_smile: