views:

31

answers:

1

Hi, is it possible (if not then whats the easiest way to) transfer a site created on a local server using zend framework to a hosted server by an isp. Is it even possible to create a site using the zend framework on an isp's server.

+2  A: 

It is a very simple task to do - normally paths, database links and a few bits and pieces need to be customised - but not too much work.

Regards, Matt

Matt Clements
Yea, your main objective is to transfer all files to the server and database into your DB Server, Edit your configuration to change the paths to the the new servers relative paths.Any other issues that may arise should not be difficult to over come.
RobertPitt
Correct - I would be willing to help you achive this if you are having problems
Matt Clements