Page 1 of 1

transfering from linux to windows

PostPosted: 17. January 2011 17:31
by Dai777
So here it is I have this problem that I have a site developed in Linux xampp and I would like to transfer it to xampp in windows is there an easy way of doing this?
Is it possible to just do a cut and paste job (copy all the folders in xamp Linux and paste in win version) or is there some fundamental differences in the Linux xampp to windows version.

Re: transfering from linux to windows

PostPosted: 17. January 2011 17:37
by Altrea
What you can do is copy all your static data (php, html, css, etc files).
What i wouldn't do is copy your database.
I would do a database export and import it at your windows installation.

Maybe you have to do changes to the paths in your files and/or paths stored in your database to (depends on your application)