Welcome Guest, Not a member yet? Register   Sign In
CI4 in shared hosting
#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


Messages In This Thread
CI4 in shared hosting - by seunex - 03-05-2020, 11:05 PM
RE: CI4 in shared hosting - by John_Betong - 03-05-2020, 11:13 PM
RE: CI4 in shared hosting - by seunex - 03-05-2020, 11:36 PM
RE: CI4 in shared hosting - by InsiteFX - 03-06-2020, 08:56 AM
RE: CI4 in shared hosting - by John_Betong - 03-06-2020, 09:21 AM
RE: CI4 in shared hosting - by seunex - 03-06-2020, 10:28 AM
RE: CI4 in shared hosting - by John_Betong - 03-08-2020, 08:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB