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,
- how do we handle this situation ? and avoid similar problem in the future ?
- What is the most suitable configuration of a development server ?
btw, i use xampp in windows. it’s has apache and mysql.
In the future you should agree upon minimum specs for the production server, and tune your development server appropriately (if necessary). It would also help to get access (or information about) the production system as soon as possible, so you can make any necessary corrections early on.