CodeIgniter Forums
Ci4 - On hosting.... - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Ci4 - On hosting.... (/showthread.php?tid=74322)



Ci4 - On hosting.... - mal2tin - 09-10-2019

When I try to install Ci4 in a shared hosting manually I get the following error:

http://123smile.com.ar/codeigniter4/public/index.php/home
-------------
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
-------------

Any ideas? TKS!



RE: Ci4 - On hosting.... - MGatner - 09-12-2019

It looks like you are serving out the root of the project, but you need to serve /public.


RE: Ci4 - On hosting.... - titounnes - 09-13-2019

Folder structure of CI4 is different from CI3.