Domanda

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?

È stato utile?

Soluzione

​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-

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top