CodeIgniter redirection problem

If CodeIgniter is installed on the linux server and the .htaccess file is correct but your domain is not working properly then you need to set the  “uri_protocol" in the "system/application/config/config.php” file is as follows.
$config['uri_protocol']    = "REQUEST_URI";

Leave a Comment