I have an EPiServer mvc (9.6.1) website. I have a section in the site with is routed through a partial router, the url to those "pages" are not actual pages in EPiServer but just content fetch from another system. The problem i have is: when I try to link to one of these pages in tiny MCE using the standard "insert/edit link" i have to use external link (since the page does not exist in the episerver tree) and after saving the page the url to the virtual page in the XHTMLString gets modifed.
I try to add: https://www.xxx.se/xxxx/pagesthatsroutedwithpartialrouter
but when browsing the site the url is modified to:
I have an EPiServer mvc (9.6.1) website. I have a section in the site with is routed through a partial router, the url to those "pages" are not actual pages in EPiServer but just content fetch from another system. The problem i have is: when I try to link to one of these pages in tiny MCE using the standard "insert/edit link" i have to use external link (since the page does not exist in the episerver tree) and after saving the page the url to the virtual page in the XHTMLString gets modifed.
I try to add:
https://www.xxx.se/xxxx/pagesthatsroutedwithpartialrouter
but when browsing the site the url is modified to:
https://www.xxx.se/EPiServer/CMS/?language=sv#context=epi.cms.contentdata:///560&viewsetting=viewlanguage:///sv
Is this expected, and in that case why and how can I make a workaround/fix for this?