// URLs in path-format 'urlManager'=>array( 'urlFormat'=>'path', 'showScriptName' => FALSE, 'rules'=>array( 'Quiz/<controller:\w+>/<action:\w+>/<id:\d+>'=>'Quiz/<controller>/<action>', '<controller:\w+>/<id:\d+>'=>'<controller>/view', '<controller:\w+>/<action:\w+>/<id:\d+>'=>'<controller>/<action>', '<controller:\w+>/<action:\w+>'=>'<controller>/<action>', ), ),
The problem is that I can't access to the module when is in the production server, but qhen I'm in the local server I can access without a problem.
This is the error that throws Yii
Page Not Found
Unable to resolve the request "Quiz/poll/terms".
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.