Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #fix #working #local #server #codeigniter
ADD COMMENT
Topic
Name
1+7 =