CodeIgniter Forums
All links give a 500 Error after uploading to hoster. - 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: All links give a 500 Error after uploading to hoster. (/showthread.php?tid=68848)



All links give a 500 Error after uploading to hoster. - alionmind - 09-04-2017

Hi folks!
My first webste, using Code Igniter,  works PERFECT on my localhost.
BUT: Each and every link (internal)  gives a 500 Internal Server Error if I upload the site to my hoster.
mod rewrite works perfectly there. So this is NOT the problem.
Any thoughts about this?
Thanks in advance!


RE: All links give a 500 Error after uploading to hoster. - Waschi - 09-04-2017

Maybe your .htaccess is not working correctly(Syntax-Error etc.)?
Thats often the case.


RE: All links give a 500 Error after uploading to hoster. - rtenny - 09-04-2017

Also check you error.log that could also contain more details about the problem.
Check file permissions as well.


RE: All links give a 500 Error after uploading to hoster. - InsiteFX - 09-04-2017

You may need to upload your files so that they are all lowercase
some sever require this.


RE: All links give a 500 Error after uploading to hoster. - riham13 - 09-22-2017

which codeigniter version you are using?
is your problem solved?