14 Jun
2007
14 Jun
'07
1:45 a.m.
A fast solution is to dump the database into an .sql file, and do a search&replace on it. Another method would be to do a mysql update using the replace function: http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_replac... regards, s Wed, 13 Jun 2007 10:17:30 -0400 -n "A-NO-NE Music" <madflute@anonemusic.com> írta:
I finally made the site live last night by modifying htaccess, only to find path written in node bodies are all wrong. Where it says: src/href="sites/.. It should had said: src/href="/sites/..
There are million places I have to edit. How can I do this Search and Replace in one shot?