How To Access Images In Module

i created one module ,that module name is user.in that user i created images folder .i keep images in that folder.

in the view side i gave images path that time error coming.that error is “you don’t have permission to access /webroot/protected/modules/user/images/view.png on this server.”.then how access that images

Try to put your image into /protected/assets folder and then access like -


echo Yii::app()->request->baseUrl;