In constants.php I have
define('URL','localhost/indianeers/');
define('CSS',URL.'assets/css/');
and config.php I have
$config['base_url']= URL;
and view page I attached
<link rel="stylesheet" href="<?php echo CSS.'developer.css' ;?>" />
But this page is not loaded it seems page not found. Can anyone help me please.