problem when migrating from development into live server

Posted by justjoe on Stack Overflow See other posts from Stack Overflow or by justjoe
Published on 2010-04-17T16:24:42Z Indexed on 2010/04/17 16:33 UTC
Read the original article Hit count: 249

Filed under:
|
|
|
|

I'm facing problem when migrate my web app project from development server to live server. the reason is because i just realize that the live server has different PHP version and available memory lower then mine.

i found this after client give me their ftp and cpanel access of their server, which is a shared host.

so,

  1. how do we handle this situation ? and avoid similar problem in the future ?
  2. What is the most suitable configuration of a development server ?

btw, i use xampp in windows. it's has apache and mysql.

© Stack Overflow or respective owner

Related posts about php

Related posts about xampp