• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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