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 154 forks source link

404 page not found #47

Open Naveenjangraje opened 3 years ago

Naveenjangraje commented 3 years ago

After success installation of CI3 Fire Starter I try to login but Page shownme 404 page not found in addition same with contact ,admin deshbord . Only home page working fine . Screenshot_20210428-002040 Screenshot_20210428-002024

.

TowerX commented 3 years ago

@Naveenjangraje could you provide the URL you have in the $config['base_url'] under "application/config/config.php"?

I want to make sure the path is correct and/or see if this is the reason you are not able to proceed past the home screen.

JasonBaier commented 3 years ago

In /application/config/development/config.php, I am using:

$config['base_url'] = 'http://ci3-fire-starter.local/';

which requires a virtual host configuration.