Clone
2
Site5 .htaccess
Derek Jones edited this page 2012-07-05 13:58:23 -07:00

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