![]() |
Internal 500 Error - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Internal 500 Error (/showthread.php?tid=55798) |
Internal 500 Error - El Forum - 11-10-2012 [eluser]Unknown[/eluser] Hi guys, Everything works fine in my local server running on wamp. However, after uploading my files I get an internal 500 error. My test files are in accuretta.lk/framework_projects/sd I have a controller named "backend". Therefore, if I try to visit accuretta.lk/framework_projects/sd/backend I get the internal 500 error. Below are my config an htaccess settings. Your help is much appreciated since my deadline has already passed for the project. In my config.php Code: $config['base_url'] = "http://accuretta.lk/framework_projects/sd"; In my routes.php Code: $route['default_controller'] = "home"; my htaccess file Code: RewriteEngine on My server has mod_rewrite enabled. I contacted my server and they said the below. Quote:###### I have no idea what it means. I have no other option but to give up on my hard work unless I get help. Please...this is my last resort. Internal 500 Error - El Forum - 11-10-2012 [eluser]solid9[/eluser] removed my original post. Ooops, I think the exact error is already posted by your server admin. Internal 500 Error - El Forum - 11-10-2012 [eluser]NeoArc[/eluser] I think you need a RewriteBase rule. I use this: Code: RewriteEngine On |