There was an error while loading. Please reload this page.
The .htaccess RewriteRule will not work for CI unless the config for URI PROTOCOL is set to REQUEST_URI as such:
$config['uri_protocol'] = "REQUEST_URI";