Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
I made some change in the querry, and it's now, working fine:
$ch2 = curl_init();
curl_setopt($ch2, CURLOPT_URL, 'yourdomain.com/api/v2/domains');
curl_setopt($ch2, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch2, CURLOPT_POST, 1);
curl_setopt($ch2...
Hello,
I have a little problem when I use the "POST /domains" endpoint( Other endpoints work fine).
Here is my request in PHP :
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://myplesk.domain:8443/api/v2/domains');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1)...
Hello, i try to move from cpanel to plesk and i actually have a trial license for test migration...
And when i try to migrate , i get that error :
And the detailed error log:
luciakfer23 is one of my cpanel account.
Someone can help me ?
Thank in advance for your help