We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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";