Pictures are lost
As Simon mentioned before, all pictures are lost on the blog.
That is because their URL are stored as absolute path by WP which are currently refer to old domain. Can anyone write an SQL (MySQL) procedure that looks through all post, searching for some URL lieke http://holbreich.de and then changes them to http://alexander.holbreich.org?
Can anyone of the readers do somethng like this? Is there maybeeven some kind of plug-In which doe simmilar job?
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.


Even easier, download a copy of you database as sql file, use notepad++ to open it and do a search and replace for http://holbreich replaced by http://alexander, save it and import it back into the DB with phpmyadmin. Just make sure no other link are effected and alwasy have a back up copy of your database just in case. If you need more help write me an email.