I'm in the process of upgrading a v12 instance to 13. The Kentico admin side has all gone pretty smoothly (except for preview), but I'm running into issues with routing on the MVC instance.We've be...
I have a Kentico 13 site that my team is currently working on. One issue we are running into is that if all the Page Type generated code is in the MVC project/DLL then Content Tree based routing wo...
Is there a way to match another controller if the page's node alias contains some string? For example, any page(Some page type) will handle by OneController, but if pages of this page type are unde...
I am trying to add a simple aspx page to the server running our Kentico 11 site, outside of the CMS. I have added the path to the Settings @ URLs and SEO @ URL format @ Excluded URLs field. Accordi...
We upgraded our MVC full framework site to xperience 13. The site uses MVC areas and I am wondering if that may be why the content tree-based routing is not behaving as expected? I have set up Xper...
Hi,I have created page templates and also did filtering. When I am creating a new page in content tree then the templates are displayed for selecting but after selecting a template the template lay...
We are linking to our pages via Facebook. Unfortunately Facebook automatically adds the fbclid to the end of every query for tracking purposes. How can I ignore this in the page settings for the li...
Hi I just wanted to share that I got tripped up a bit on this page when naming a view file https://docs.xperience.io/developing-websites/implementing-routing/content-tree-based-routing/setting-up-c...
Is it possible to specify the MVC area in content tree based routing? What I want to do is run the website in a subfolder of the domain.Based on the Dancing Goat example, I set the presentation URL...
Hey,I was wondering what the best practice/how other people handle the following situations:Wildcard/custom URLS based on position of page in tree view.. i.e. with MVC, if you follow the guidelines...