You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with filemanager.config.js on server. I have this public path of filemanager - http://aviabaza72.ru/libraries/Filemanager-master/index.html. And in server I have this path - /aviabaza72.nichost.ru/docs/libraries/Filemanager-master/scripts.
Default settings (serverRoot - true, fileRoot - false) doesn't work. I tried something like this:
Can you give me a hint why? I thought it could be because of folder name "aviabaza72.nichost.ru". I changed some settings and now filemanager is located in "/aviabaza72.ru/docs/libraries/Filemanager-master". I can change this location. It's just default public folder on server, I mean /aviabaza72.ru/docs/.
Maybe it's a stupid question, but I just don't have an example, how should be located filemanager on server.
I have a problem with filemanager.config.js on server. I have this public path of filemanager - http://aviabaza72.ru/libraries/Filemanager-master/index.html. And in server I have this path - /aviabaza72.nichost.ru/docs/libraries/Filemanager-master/scripts.
Default settings (serverRoot - true, fileRoot - false) doesn't work. I tried something like this:
"serverRoot": false,
"fileRoot": "/libraries/Filemanager-master/userfiles/",
but it doesn't work either.
What settings should be there to make it work?
The text was updated successfully, but these errors were encountered: