1 Answers
The .htaccess mod_rewrite param of QSA (query string append) need to be enabled in CI.
Please check this thread.
http://stackoverflow.com/questions/1872505/codeigniter-configuri-protocolproblem
RewriteRule ^(.*)$ index.php?baseurl=$1 [QSA,L]
Your Answer