![]() |
Server instalation error - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Server instalation error (/showthread.php?tid=6804) |
Server instalation error - El Forum - 03-12-2008 [eluser]LennyLenny[/eluser] Hi!! I recently made a website using codeigniter, but I faced problems when I tried to install it on the server... I made all the configurations needed in the codeigniters config & index file ... but I keep getting internal server error 500. Is this because I did some configuration wrong or is the servers fault? Thanks Server instalation error - El Forum - 03-12-2008 [eluser]Lone[/eluser] The first I would check is what is in your .htaccess files? Server instalation error - El Forum - 03-12-2008 [eluser]LennyLenny[/eluser] #RewriteEngine on #RewriteCond $1 !^(index\.php|images|js|css|robots\.txt) #RewriteRule ^(.*)$ /index.php/$1 [L] This is all I have in the htaccess file ... Server instalation error - El Forum - 03-12-2008 [eluser]LennyLenny[/eluser] Hi again... I figured out what was the problem ... due to some server configuration it would only work if a "?" mark was inputted after the index.php... Now it works just fine ... Thanks anyway... |