![]() |
website online problem - 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: website online problem (/showthread.php?tid=32883) |
website online problem - El Forum - 08-08-2010 [eluser]Gerep[/eluser] Hi guys, I'm new with CodeIgniter and I just send my files online on the following link: http://anuncio.redenoos.com.br/ but it seems to have an error. I've created a login. To generate the error just click on "Entrar", should display messages on the required fields but I got this error. Quote:Internal Server Error My steps: Quote:Folder: system/application/config Thanks in advance. website online problem - El Forum - 08-08-2010 [eluser]JHackamack[/eluser] Have you made sure your .htaccess file is in place. I notice you aren't specifying index.php in your urls at all, usually that means you've decided to set up an htaccess file with the correct instructions website online problem - El Forum - 08-09-2010 [eluser]Abdul Jamal[/eluser] you have to make .htaccess file to avoid this problem............. website online problem - El Forum - 08-09-2010 [eluser]Gerep[/eluser] The htaccess I have, I've downloaded it from the CI wiki. Here is my htaccess file: Quote:<IfModule mod_rewrite.c> |