hosting codeigniter project to linux server |
Hello bealefay ! The issue is not coming from CI, it is your apache configuration.
1/ You need to make sure PHP is installed. You can type "php -v" in the Terminal to make sure it is ok. https://linuxize.com/post/how-to-install...ntu-18-04/ 2/ "000-default.conf" needs to point to the "public" folder, not the root folder ("<Directory /path/to/public>"). I suggest you set up a virtualhost. https://linuxize.com/post/how-to-set-up-...ntu-18-04/ 3/ "000-default.conf" needs to load "index.php", not "index.html". https://stackoverflow.com/questions/1619...index-html |
Messages In This Thread |
hosting codeigniter project to linux server - by bealefay - 02-06-2020, 07:22 PM
RE: hosting codeigniter project to linux server - by littlej - 02-06-2020, 11:29 PM
RE: hosting codeigniter project to linux server - by robertadixon - 02-07-2020, 03:26 AM
|