0

I have hosted CodeIgniter project in hostgator. In localhost project was working fine and I took that project and hosted in my domain and there I have set base_url like this:

$config['base_url'] = 'http://mywebsite.com/'; 

But it is not working in server.

VLAZ
  • 26,331
  • 9
  • 49
  • 67
Learner
  • 121
  • 12

1 Answers1

3

go to your config.php file and set your base_url there and make sure your model first letter is capitalized and dont forget to autoload your model or manually load it. if still not working try the link below

try this link and see if this would help you.

winnie damayo
  • 426
  • 9
  • 17