Ares Draguna
Ares Draguna

Reputation: 1661

Yii error 404 with all files in place

So I have the following issue... I created a Model with Gii, then I created the CRUD. Paths are right, everything is in place, except I get a 404 Error that the page that I am requesting could not be found...

Any toughs?

EDIT:

Called url: http://domain.com/module/controllerId

and the controller code is not altered in any way...

L.E: all file permissions and group owners on the server are set correctly

Upvotes: 0

Views: 57

Answers (1)

Ares Draguna
Ares Draguna

Reputation: 1661

SOLVED!

It seams that there is a Apache issue... Somehow, the server will not allow me to have insensitive cases on controllers and/or views, even if 'caseSensitive' field in urlManagement from main.php is set to false...

In this scenario, recreate everything with all lowercases ;)

Upvotes: 1

Related Questions