November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi,
You can use partial routing for that: http://world.episerver.com/documentation/Items/Developers-Guide/Episerver-CMS/9/Routing/Partial-routing/Partial-routing/
Is Country and Location stored as pages in Episerver? If so, what does the tree structure look like? If not, how are they stored?
The Country and Location stored as pages and it placed under the page name "Page".
If the page tree structure is
root/startpage/the-table/page/country/location
Then the url should automatically be
/the-table/page/country/location
Just be sure that all pages have views and you can easily jump from editing that specific page by clicking the globe-icon in the top menu
or "View on website" in the Options menu (couldn't get a better screenshot than this one right now)
With the beginning /en/ in your url, could you describe the language setup on your site?
Normally /en/ means that you want the english translation.
Hi,
I have created a cms website.But I want to customize site url like
www.example.com/en/the-table/page// >
How it possible in episerver cms mvc version 9.0
Thanks,