CodeIgniter Forums
CI4 500 internal server error (solved) - 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 500 internal server error (solved) (/showthread.php?tid=75791)



CI4 500 internal server error (solved) - lnavarro - 03-17-2020

Hi everyone, after the CI4 installation i had have the 500 internal server error, i have solve it with the .htaccess file with this code RewriteRule ^(.*)$ ./index.php?/$1 [L,QSA], where "QSA" have solved my problem, im sharing this issue to help other developers with the same problem like me