@listgiant: Have you seen the information in
the wiki ?
To modify in-page links, I use
rpl, a Python script (no need to compile or install anything, if Python is already available to you). Just run the following in your /data/pages directory:
Code:
rpl -bs -x.xml oldserver/oldfolder/ newserver/newfolder/ ./*
Those switches call for a test-run and back-up copies of modified files. If the results look reasonable, run it again without the
s. If the modified files are correct, delete the back-up copies. More information in the on-line man page, for example
here.
@n00dles: Isn't the <base> tag only useful if you have relative links in-page, in which case correcting the paths in .htaccess and gsconfig.php will fix everything anyway ?