JasonBaier / ci3-fire-starter

NOW THAT CODEIGNITER 4 HAS BEEN RELEASED, THIS PROJECT WILL NOT BE UPDATED ANYMORE. CI3 Fire Starter is a CodeIgniter3 skeleton application that includes jQuery and Twitter Bootstrap. It is intended to be light weight, minimalistic and not get in your way of building great CodeIgniter 3 applications.
MIT License
153 stars 152 forks source link

Object not found! Error 404 #26

Closed adyoi closed 8 years ago

adyoi commented 8 years ago

After i change $config['base_url'] and do login page not found

I use Ci 3.1.0

JasonBaier commented 8 years ago

That could be any number of problems: 1) a simple typo in you config setting, 2) not having your vhost configured properly, 3) incorrect web root path in the core config file.

I suspect it may be #2. Make sure you include /htdocs appended to your vhost path. I would need more specific details about your setup to be able to help more.

For your reference, here is the setup instructions provided by CodeIgniter: http://www.codeigniter.com/user_guide/installation/index.html, and here is the setup instructions for the application: http://jasonbaier.github.io/ci3-fire-starter/#installation.

JasonBaier commented 8 years ago

@adyoi, were you able to get this working? Check out this similar post: https://github.com/JasonBaier/ci3-fire-starter/issues/29#issuecomment-253049578.