Essence of the question.
There is a local server under Windows, all requests for it are going fine. All controllers and actions are processed, but there is one thing but.
when unloading the whole thing on a server under * nix, one controller drops out and does not want to work. those. Permanently 404 error in any action.
class AjaxActionController extends CController// собственно так он называется. public function actionAddToCard() public function actionAddOneProduct() // несколько экшенов.
and when requesting ajaxaction / addtocard 404 error
In general, it is not clear what the error is and why it is on a server just under the * nix system.
The register is not important at all, that in the upper, that in the lower, the same 404.
Perhaps someone faced with this?
ps often confronted with the fact that when transferring from the Windows server to unix it turns out crap. Although the register of all models, modules is taken into account!