![]() |
Undefined offset in 1.6.2 - 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: Undefined offset in 1.6.2 (/showthread.php?tid=8718) |
Undefined offset in 1.6.2 - El Forum - 05-28-2008 [eluser]Unknown[/eluser] I just downloaded the latest version of CodeIgniter and uploaded it to my web server. I also implemented the .htaccess changes as follows: Code: RewriteEngine on When I access the base url http://www.example.com/ I get the following output: Code: A PHP Error was encountered Any suggestions? Thanks! Undefined offset in 1.6.2 - El Forum - 05-28-2008 [eluser]MCrittenden[/eluser] I had the same problems with the .htaccess you posted. I tried this one as found the wiki article and it worked fine. Give it a shot. Code: <IfModule mod_rewrite.c> |