Hi Ruud

did you do something with phpMyAdmin to replace data in the database or export <> import to a new database?
Yes, sort of.
What I do to make a site 'live' (move to another directory) is:
- export the enitre wb db via phpadmin
- move all files through ftp
- delete all the paths in the db eg: testarea/
- save the db
- delete the original db via phpadmin
- import the edited db via phpadmin
- change the paths in the config.php
That's it.