Access Rules not working the same way on LAMP

I’m developing on my windows7 desktop and now I’m trying to get my project to work on my linux laptop but it’s not working. I’m using exactly the same files but on the Ubuntu laptop I’m getting “not authorized” left, right and centre. Even “index” I get denied on some controllers. It all seems totally random because some things are working with exactly the same access rules.

Any ideas at all?

Thanks

[color="#006400"]/* Moved to Yii 1.1 Discussions */[/color]

The most common problem on linux is that this is a case sensitive OS… so check that…

yes check out the model,controller and view names…especially first letter…(not file name…check in code)

First I had no idea what was going on then I remembered something about capitalisation but couldn’t find anything wrong in the code. Now I’ve just realised that the capitalisation in the URL matters when you run on Linux.

Lesson learned, the hard way.

Thanks for moving the thread and replying so quickly.

so,problem solved?

Now I’ve just realised that the capitalisation in the URL matters when you run on Linux.