According to me client demand, he want to use only http://example.com
urls in his codeinigter. in other words he want to fully ignore www from urls path. please somebody let me know, how i can set these setting in codeigniter?
$config['base_url'] = 'http://example.com';
$config['index_page'] = '';
$config['uri_protocol'] = 'AUTO';
$config['url_suffix'] = '';
i set this type url in config.php, but still www urls works.