CodeIgniter Forums
CI4 with Direct Admin - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: CI4 with Direct Admin (/showthread.php?tid=90471)



CI4 with Direct Admin - nneves - 03-23-2024

Hi
How do I setup CI with a public folder name public_html?
Direct Admin sets the root folder to public_html and I can't change it.
Thanks

Ok, I just setup CI and renamed the public to public_html and it works.

Any problem with this?


RE: CI4 with Direct Admin - InsiteFX - 03-23-2024

Nope, I also have mine set to public_html

You will need to edit the spark file and change the front controller from public to public_html
or spark will error out.


RE: CI4 with Direct Admin - nneves - 03-23-2024

What is the front controller?
Is this just a spark requirement?

Thanks!

Edit: found!