As Oliver mentioned, setting the uri_protocol to “PATH_INFO” will do, but you can also have it working without any hacks or extension by enabling query strings in config.php.
$config['enable_query_strings'] = TRUE;
$config['uri_protocol'] = "PATH_INFO";Seriously, this tip should be stickied somewhere, it’s the fifth time I’ve post it.
Hey Marcoss.
Can your post your .htaccess? For some reason, your solution works on my laptop (apache 2.2.6) but not on my host (2.2.11)...
