Faced the following problem. There is a module, for example, called arenda, I created a web folder there, then the images folder and I want to store all the pictures of this module there, but I ran into a problem that I cannot reach the image in styles, as far as I understand the folder is closed for reading from the outside. How to solve this problem?
ln -sfrom the module folder to the public folderweb- lyhoshvac:\>mklink /j "c:\openserver\domains\poll.ua\frontend\web\upload\cache" "c:\openserver\domains\poll.ua\backend\web\upload\cache". First, where the link leads, then from where. And for Linux, it seems to be like this:ln -sc:/openserver/domains/poll.ua/backend/web/upload/cache/ c:/openserver/domains/poll.ua/frontend/web/upload/cache/- Alexey