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”;
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”;