Skip to content
Derek Jones edited this page Jul 5, 2012 · 2 revisions

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

Clone this wiki locally