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...