Hi. I need to move a small number (~5) of Ensim sites to ISPConfig. I think that the best way is to do it manually.I'm not very familiar with Ensim sites layout, so what I did so far, is basically to backup sites directly to the ISPconfig server, and then retrieve the web files from there. Problem is, that this approach doesn't take into account any other files, like cgi or database. Any tip how to manually transfer all the required files and configuration with the best possible result? Thanks you.
You can copy your web files (HTML, PHP, ...) to your new server, but if these files make use of abolute file paths then you must change the paths. Regarding CGI, this depends on the configuration of the old server. You can make SQL dumps of your MySQL databases and import them into your new MySQL database: http://www.howtoforge.com/faq/6_3_en.html http://www.howtoforge.com/faq/6_4_en.html