简体   繁体   English

无法在Ektron CMS的iframe中显示页面

[英]Unable to show page in iframe in Ektron CMS

I am working on Ektron 8.6.0.060 CMS, on admin dashboard I add an custom widget in which I call an iframe for content page, on picking URL from iframe, 404 page not found error occurs. 我正在使用Ektron 8.6.0.060 CMS,在管理仪表板上添加了一个自定义小部件,在其中我为内容页面调用了iframe,在从iframe中选择URL时,找不到404页面时发生错误。 All URL and signs are using correctly still error occurs. 所有URL和标志都使用正确,仍然发生错误。

Be sure that you are entering a fully qualified domain name in your IFrame. 确保在IFrame中输入完全限定的域名。 Unless you are very careful about your paths, relative locations will likely be incorrect. 除非您对路径非常小心,否则相对位置可能不正确。 Rather than "/page/item.aspx" or "www.site.com/page/item.aspx" make sure you include your protocol, eg "http://www.site.com/page/item.aspx" . 确保您包括协议,而不是“ /page/item.aspx”或“ www.site.com/page/item.aspx”,例如“ http://www.site.com/page/item.aspx”。 This is particularly easy to forget if you are generating this url dynamically. 如果您动态生成此URL,则特别容易忘记。

Also, if you are pointing to ektron content, make sure the content is published and public. 另外,如果您指向ektron内容,请确保该内容已发布并公开。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM