Recently I started developing an application with the CodeIgniter framework and I ran into the following problem. The method base_url()
returns something that is not the default path of my application and this has brought me certain problems.
What the method returns to me is http://::1/wokspace
when it should return http://localhost:8080/wokspace
.
File config.php $config['base_url'] = ''
I hope alguin can help me solve my problem.