Skip to content
World Wide Web Server edited this page Jul 4, 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