• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue URL scheduled task with subfolder doesn't work

regisg

Regular Pleskian
Hello,

When I execute an URL scheduled task without subfolder (e.g https://domain.com/my-scheduled-task.php), it works fine.
If I execute the same scheduled task but into an URL with subfolder (e.g https://domain.com/test/my-scheduled-task.php), I get a 404 error :

Code:
Status: 404

Output:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /test/my-scheduled-task.php was not found on this server.</p>
</body></html>

Thx.
 
Do I understand correctly that this directory and file physically exist relative to the domain root directory?
 
Back
Top