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>
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>
Thanks a lot! You safed me a lot of time wasted with trial and error - next beer's on me!
ReplyDelete