Answers for "codeigniter base_url server $_request"

0

fix working base_url for local and server both in codeigniter

$config['base_url'] = "http://".$_SERVER['SERVER_NAME']."/project_name/";
this way you config you base_url , then won't worry about in hosting. both works in localhost and server.
Posted by: Guest on June-10-2020

Code answers related to "codeigniter base_url server $_request"

Browse Popular Code Answers by Language