Thursday, May 26, 2011

Redirect page into the site to subsite

1.open sharepoint designer.
2.Go to the Home page of the web site.Remove the all code in the home.aspx or default.aspx(It may be a Welcome....aspx in publishing portal).
3.paste the following script.

<%@ Page language="C#" Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage,Microsoft.SharePoint,Version=12.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" %>

<script>

window.location.href = "put your redirect URL";

</script>

1 comment:

  1. Thanks a lot! You safed me a lot of time wasted with trial and error - next beer's on me!

    ReplyDelete

Give Read Permission for SharePoint Add-in for Azure AD Send Mail to Office 365 Domain Group users.

Below are the Steps for Send Mail to Office 365 Domain Group or AD Group users from Provider Hosted ADD-IN. For this we needs to Give Permi...