Controllers Problem

Hi,

I have configured an yii application on a shared server.

Same configurations as my localhost (wamp)

The problem is that whatever controller I am trying to access (application.com/controller) it doesn’t work - it just loads the default controller.

Same application works on my local machine, so I suppose it’s a server configuration problem?

Why would it only load the default controller? mod_rewrite is enabled, and the urlManager included

If your shared server is linux environment, url is case sensitive. Double-check that. Apache on Windows is case-insensitive FYI.