Link to home
Start Free TrialLog in
Avatar of centech-group
centech-group

asked on

Mass link changes in SharePoint 2010

I have been developing a SharePoint 2010 foundation site using SQL Server backend for a client that has about 400 links that point to my local server. This needed to be done for testing.  I now plan to move the entire site to the clients server and need to change pieces of these links to their client server name. I can of course use SP to edit each manually, but you know what that will take using SP's interface. I am looking for a way to do a mass substitution, either through SP or via query hitting the SP database tables directly. An example of the original link would be:

http://myserver/sites/clientworld/Sitepages/frame.aspx?url=http://myserver/clientweb/cgi-bin/test.asp

and I want to make it:

http://theirserver/sites/clientworld/Sitepages/frame.aspx?url=http://theirserver/clientweb/cgi-bin/test.asp

where the "myserver" is changed to "theirserver" for all links that have been defined.

Any suggestions?
Avatar of Justin Smith
Justin Smith
Flag of United States of America image

These are hard coded links?  You didn't use a relative (/sites/clientworld) url?
ASKER CERTIFIED SOLUTION
Avatar of centech-group
centech-group

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of centech-group
centech-group

ASKER

no answer to this question