Welcome Guest, Not a member yet? Register   Sign In
hosting codeigniter project to linux server
#2

(This post was last modified: 02-06-2020, 11:30 PM by littlej.)

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
Reply


Messages In This Thread
RE: hosting codeigniter project to linux server - by littlej - 02-06-2020, 11:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB