yii components - Yii error load css when using manage url -


i have folder resource containing css file. using registercssfile , registerscriptfile load them in components/controller. have trouble when using manage urlmanager in config/main . page can't load file css , javascript because link change follow controller id.

this error:

controller site : http://localhost/admin/site/resources/css/profile.css ........ controller user : http://localhost/admin/user/resources/css/theme-blue.css ........

please me. thank much.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -