Welcome Guest, Not a member yet? Register   Sign In
CI4 in shared hosting
#1

I have finished Developments how can I upload the project to shared without stress and erros
Reply
#2

This thread may be useful:

https://forum.codeigniter.com/thread-756...#pid372771
Reply
#3

(03-05-2020, 11:13 PM)John_Betong Wrote: This thread may be useful:

https://forum.codeigniter.com/thread-756...#pid372771
Thank you!
Reply
#4

(This post was last modified: 03-06-2020, 08:56 AM by InsiteFX.)

You can ftp all the folders and files to your site if you have ftp access, that's how I do mine.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#5

I use RSYNC to upload source files because it not only uploads only modified files but also compresses before uploading.

Once setup a single command only takes a couple of seconds to update changes, far easier than FileZilla.

I am not familiar with FTP.
Reply
#6

An inthia discussion we not talking about upload we are talking about accessing the index file in public without need to put /public in the url.

This first reply solve the issue.
Reply
#7

@seunex,
> ...we not talking about upload we are talking about accessing the index file in public without need to put /public in the url.

Your original post had no mention of index.php?
> I have finished Developments how can I upload the project to shared without stress and erros

As mentioned to upload a completed project requires the following RSYNC command prompt string:

Code:
rsync -avz /var/www/example.com/public_html/ -e ssh [email protected]:/home/example.com/public_html/

Every file date and timestamp is checked and only modified files are zipped, uploaded and extracted to the online web host. Usually takes a couple of seconds to synchronize a project.

How do you synchronize your projects, how long does it take and do you ever fail to upload every modified file?
Reply




Theme © iAndrew 2016 - Forum software by © MyBB