Notifications
Clear all
Web Development (any script/CMS)
5
Posts
2
Users
0
Likes
373
Views
Topic starter
Hi everyone!
i have a php file to create sitemap and want to run it once everyday to update sitemap!
please help me to create a cron for this file!
Thank you,
Regards
Posted : 25/11/2019 4:34 am
I use something like this as a command for cron job in cPanel.
/usr/bin/wget " https://domain.com/file.php"
Available for custom Osclass development. www.defected.dev
Posted : 26/11/2019 4:41 pm
Topic starter
what if a host company doesn't have cPanel?
Regards
Posted : 27/11/2019 6:23 am
what if a host company doesn't have cPanel?
It should be the same or similar for other panels, like Vesta. Check with your host how to add cron jobs.
Available for custom Osclass development. www.defected.dev
Posted : 28/11/2019 1:00 pm
Topic starter
Thank you [member=3]WEBmods[/member]
Regards
Posted : 29/11/2019 5:43 am