On Tue, Jun 16, 2009 at 7:22 PM, Michael Kimsal<[email protected]> wrote:
> Not every hosting company allows for 'remapping' stuff outside of the
> default configuration.

I am assuming that the *nix based hosting. In my case I am hosting in
bluehost and their public_html folder is where all the html files
should go.

If you access via ftp and go to you home directory then, its just the
matter of copying directory and files in different location and all is
done.

For example Mantasgl's project structure looks like this in his local computer

/myapp
    /application
    /library
    /public

and remote host you have

/ (your home folder)
  /public_html


After transferring the files via ftp, it should look like this in
remote host, which should work without any modification

LOCAL                       REMOTE HOST
/myapp                       /
    /application                /application
    /library                      /library
    /public                      /public_html (just copy the contents here)

This should work perfectly without any modification. Again I am
assuming that you are using your own version of ZF (i.e. not relying
on what ZF you hosting company provides).

I guess this is clear.

Regards!

Reply via email to