Welcome Guest, Not a member yet? Register   Sign In
upgrade to 3.00
#1

(This post was last modified: 02-28-2019, 04:30 AM by Knutsford.)

I am trying to upgrade to version 3.0.0.  It is giving a 404 when I try and access the site. Version 2.2.6 was ok.


I have

$route['default_controller'] = "home";

$route['404_override'] = '';


Which hasn't been changed





home.php under application contains



<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

class Home extends CI_Controller {
    function index()
    {
        redirect("step/select-type");
    }
}




Any idea what is wrong please

Thanks
Reply
#2

Ah the controller just needed to be renamed from home.php to Home.php
Reply




Theme © iAndrew 2016 - Forum software by © MyBB