Welcome Guest, Not a member yet? Register   Sign In
404 regardless... [SOLVED]
#11

[eluser]iainco[/eluser]
Ok, very strangely, a fresh install of ci is working...
#12

[eluser]sophistry[/eluser]
maybe it's capitalization differences in filenames?
#13

[eluser]iainco[/eluser]
Ok, my Betarel controller (code above) was named Betarel.php

All my controller filenames had the first letter capitalised.

Works fine on windows local machine, but I've just changed Betarel.php to betarel.php and now it works...
#14

[eluser]jaswinder_rana[/eluser]
Not sure if this is an issue, just guessing here.

Should class Betarel extends Base_Controller
Be class Betarel extends Controller

Or maybe your are being redirected to that home directory. You do have home, right? And if it is, should it be home or /home?

Like I said, just guesses.
#15

[eluser]iainco[/eluser]
It's cool guys, got it going now.

It was simply that my controller filenames had the first letter capitalised.

Didn't seem to be a problem working local on windows though.

Damn, there goes the way I used to distinguish between my controller and view filenames in my text editor.

SOLVED!




Theme © iAndrew 2016 - Forum software by © MyBB