Welcome Guest, Not a member yet? Register   Sign In
404 Error when intallling v2.0.1
#1

[eluser]CI Simon[/eluser]
I;m not new to CodeIgniter but seemed like time to check out v2 properly but I'm struggeling to install.

http://www.codeigniter.local:8080/install just gives me and error:

404 Page Not Found
The page you requested was not found.

Everything seems ok - but i'm stumped...
#2

[eluser]silentday[/eluser]
what does your config.php file look like? Make sure you have your base_url setting correct:

Making some assumptions here:

$config['base_url'] = 'http://www.codeigniter.local:8080/install';

Also make sure you have your default controller set in the routes.php

$route['default_controller']='your_controller';
#3

[eluser]CI Simon[/eluser]
I think i'm going mad. Let me close this thread and start again...
#4

[eluser]InsiteFX[/eluser]
If you leave it blank CodeIgniter should figure it out automatically!
Code:
$config['base_url'] = '';

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB