![]() |
500 Internal Error - not mod_rewrite - 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: 500 Internal Error - not mod_rewrite (/showthread.php?tid=47022) |
500 Internal Error - not mod_rewrite - El Forum - 11-23-2011 [eluser]Unknown[/eluser] Hi, hopefully this doesn't turn out to be something stupid - but i'm getting desperate. Recently, I added a jquery modal login box to my site. Everything works correctly until I submit the form - i receive: POST http://www.mydomain.com/auth/login [HTTP/1.1 500 Internal Server Error 40ms] To keep things simple, I just have the method echoing "OK". Nothing shows up in the log files. Note: if i change "url:" in the js file to test.php and just put "echo 'OK';" in the test file, it works... Any help would be greatly appreciated! init.js Code: // When DOM is ready |