Friday, October 30, 2009

How to redirect a SharePoint website

If you want to redirect a SharePoint website page to another new URL add a Content Editor Web Part to the old site and edit the web part using the Source Editor. Add the following code:

<head>
<meta equiv="refresh" content=".1; URL=http://www.exampleurl.com/">
</head>

Remember that as soon as you click the OK-button to save the web part the page will immediately redirect to the new address

No comments:

Post a Comment

Powered By Blogger