• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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