![]() |
Install CodeIgniter 4 on Shared Hosting - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Install CodeIgniter 4 on Shared Hosting (/showthread.php?tid=75908) Pages:
1
2
|
RE: Install CodeIgniter 4 on Shared Hosting - pippuccio76 - 08-19-2020 (08-19-2020, 01:07 PM)jreklund Wrote: The solution are not to cheap out, get a real hosting provider. You can get one for as low as $20/year.Is noti a solution Is a regression of framework , ci3 work fine this not... RE: Install CodeIgniter 4 on Shared Hosting - Leo - 08-19-2020 Hey, if you got a cheap, difficult to manipulate hosting I wrote a quick, but frowned upon, solution for this. Look for "htaccess for redirecting all requests" in forums RE: Install CodeIgniter 4 on Shared Hosting - Pawan6161 - 11-25-2020 Just move the content of public folder in root(Public_html) and edit file index.php to $pathsPath = realpath(FCPATH . 'app/Config/Paths.php'); (line 16) |