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.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
If i try to open link directly cron page execute correctly if i put the url inside plesk i get this error:
AuthorizationManager check failed.
+ CategoryInfo : SecurityError: :)) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnauthorizedAccess
Hi, this rewrite rule doesn't work.
location / {
try_files $uri $uri/ /index.php?$args;
}
this one works:
if (!-e $request_filename) {
rewrite ^.*$ /index.php?$args last;
}
why and what is the difference? boths are fine?
Hi all, i have a problem with PHP-FPM and php 5.6.x.
When i enable this option (PHP-FPM) as in the image below:
the php version downgrade automatically to PHP 5.3.3 :(
When i disable PHP-FPM the php version in use return back to php 5.6.x.
How can i have php 5.6.x works with PHP-FPM enabled...