Hi,
I’m trying to run Yii based application in ExeOutput and faced a problem connected to its concept of assest.
Generally js/css files in Yii are stored in protected folder not accessible from web. When they need to be included on some page, they are copied to other folder and url to that new location is included to the page.
However this does not worked in ExeOutput - files are correctly copied to new location, but browser engine is not able to access them (it return 404 error - file not exists).
Is there a way to make it work?
I’m trying to run Yii based application in ExeOutput and faced a problem connected to its concept of assest.
Generally js/css files in Yii are stored in protected folder not accessible from web. When they need to be included on some page, they are copied to other folder and url to that new location is included to the page.
However this does not worked in ExeOutput - files are correctly copied to new location, but browser engine is not able to access them (it return 404 error - file not exists).
Is there a way to make it work?
Last edited: