I followed this tutorial with only one difference. Instead of naming it hello.php, I named it welcome.php. The sources of my files are identical to that of the tutorials, and they are in the correct paths. What could cause this?
I am referencing it with ‘kohana/index.php/welcome’ as per the tutorial.
You have to change your controller’s name to Welcome instead of Hello
I guess you forgot to change the controller name?