Part of the EllisLab Network
x
 
Create New Page
 View Previous Changes    ( Last updated by karnage )

Site5 .htaccess

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