Change the BaseUrl in Codeigniter
Here, I am going to teach you, this way you can Change the Base Url in Codeigniter?
Just change the below line in application/config/config.php file
$config[‘base_url’] = “http://somesite.com/test”;
Here, I am going to teach you, this way you can Change the Base Url in Codeigniter?
Just change the below line in application/config/config.php file
$config[‘base_url’] = “http://somesite.com/test”;