We had the opposite when migrating a sharepoint site. Some of the default webparts included with sharepoint *will convert relative urls to absolute* and the only way we could manage to get around it was to create a program to recurse through everything and fix the links.
I think the problems stemmed mostly from the publishing sites.
Main Topics
Browse All Topics





by: tedbillyPosted on 2008-01-10 at 13:41:47ID: 20631584
Your vendor is incorrect. I managed a 7 server Sharepoint web farm that is used globally by over 9,000 users.
We are actually telling people the opposite to use relative paths because we are running into support problems with absolute paths.
Also, moving sites should be done using STSADM to completely avoid this problem using either a import/export or backup/restore process.
By hardcoding URL's do you mean in the webpart configuration or the actually code?