The article describes the default cronjob path for your website in Enhance Control Panel.
The default path for PHP in Enhance is /usr/bin/php, and the path for your home directory can be achieved in two ways,
you can use /var/www/{uuid of website} (uuid can be found in your address bar)
OR
you can use paths relative to that. eg: echo date > public_html/test.file
Your cronjob will look like /usr/bin/php /var/www/fab4a0ef-4324-423c-9912-4rt6154d52c7/test.php >> /dev/null 2>&1
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article