CodeIgniter Forums
Document Root - 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: Document Root (/showthread.php?tid=66505)



Document Root - milan alphansotech - 10-27-2016

Hi friends,

For testing, I upload CI 4 on my testing server and finding how I can set document root to CI public folder, but I can not find so, I talk to my hosting provider and he said we do not allow to change the document root path (shared hosting).

Any idea how can I  test ci 4 without changing document root ?


RE: Document Root - InsiteFX - 10-28-2016

For one you should check to make sure that your shared hosting is running PHP 7.

If they will not allow a pubic folder then you need to copy the files from the public folder into your root folder.

You edit the index.php file to point to the system and application folders.

On my server its public_html so I just rename the public folder to that.