|
if you plan to do it on your computer dreamweaver or homesite can do it.
here's what I'm using if I want to modify links on a server :
find . -type f | xargs perl -pi.bak -e 's/old_string/new_string/g'
it works recursivelly on the folders and makes a backup file too (.bak) which you can skip of course if you don't want it.
__________________
SEO Mogul | ICQ: 163671223
|