Author |
|
zomebodi Newbie


Joined: 12 August 2025 Location: Chile
Online Status: Offline Posts: 1
|
Posted: 12 August 2025 at 10:22pm | IP Logged
|
|
|
Is there a way (modifing some php files) to change the domain url on the shared link (when sharing a file on personal files) ??.
|
Back to Top |
|
|
Igor AfterLogic Support

Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6161
|
Posted: 13 August 2025 at 12:24am | IP Logged
|
|
|
I'm afraid there's no easy way to achieve that. If you look at the data returned by the PHP backend - which can be done in browser's console - the link doesn't contain the hostname part and looks like this:
Code:
{
"AuthenticatedUserId": 1,
"@Time": "0.0588",
"Module": "OpenPgpFilesWebclient",
"Method": "CreatePublicLink",
"Result": {
"link": "?\/files-pub\/IO4fJbjjQ0\/list"
},
"SubscriptionsResult": null,
"@TimeApiInit": "0.0350"
} |
|
|
Apparently, JavaScript code creates the actual URL to display it.
--
Regards,
Igor, Afterlogic
|
Back to Top |
|
|