Codeigniter $config['uri_protocol'] problem – Plesk
I need to change $config['uri_protocol'] from AUTO to PATH_INFO (to allow url parameters) My problem: when I set $config['uri_protocol']="PATH_INFO"; the regular urls stop functioning and I get the homepage no matter which site page URL I click. print_r ($_SERVER) shows…