• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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