문제

I am using Variation in SharePoint 2013. When I hit my root site i.e www.abc.com

it goes to the www.abc.com/_layouts/15/start.aspx#/Pages/VariationRoot.aspx

and then goes to the www.abc.com/en-us

How to avoid this glitch?

도움이 되었습니까?

해결책

​Minimal Download Strategy, a new feature implemented in SharePoint 2013 to improve the performance. It is activated by default in SharePoint site. It's a technique to use single page "_layouts/15/start.aspx" with URL encoded with following # text.

Minimal Download Strategy will improve the performance of SharePoint site by improving Navigation, Fast Rendering on the client browser. Also reduces the page loading time, because no need to get the duplicate Data from server.

In your case the redirection is happening because of MDS. You can disable this by navigating to SharePoint Site Settings Page, Click on Manage Site Features link in Site Actions section -> Deactivate Minimal Download Strategy feature.

http://www.sharepoint2013.me/Blog/Post/386/Remove--_layouts-15-start-aspx---extension-in-SharePoint-URL-address-bar-

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top