[eluser]@li[/eluser]
Hi,
I'm not sure if there's something wrong with my apache configuration (.htaccess and mod_rewrite is working) or something messed up when I upgraded to the latest codeigniter version, but my uri segments aren't working anymore.
When I go to site.com/segment and try to access 'segment' through:
Code:
$this->uri->segment(1);
it returns empty. Also when I try:
Code:
$this->uri->uri_to_assoc();
it returns:
Quote:Array ( )
Any ideas about this?