Now I integrate the onlyoffice service into the web front-end pages.I need to redirect the onlyoffce edit page to the url prefixed。
example :
onlyoffice inside redirect url :
http://domain:port/6.4.0-121/web-apps/apps/presentationeditor/main/index_loader.html
prefixed onlyoffice inside redirect ulr :
http://domain:port/custonPrefix/6.4.0-121/web-apps/apps/presentationeditor/main/index_loader.html
Does anyone know where I can configure the onlyoffce server custom prefix ?
I tried adding editorConfig Param customUrlPrefix to the DocsAPi class, but it did't worked