Possible solutions of your questions

  hosting
<< Previous       Scheduled tasks (cron)

Question: good day, I have http://*.** (Scheduled tasks), they generally work ? I ordered these http://*.*File MailConroller.php should start, but nothing happens, I checked the two teams may need a different command?
Answer:

Hello

the first command does not make sense. this EW file path

link of the second command works for you?

Question: What is the correct command ??? /*php*public_html*MailConroller such or * * https://*.*MailConroller.php ???
Question: Or is, you can tell ?
Answer:

instrukcia for cron job You can find in the FAQ :)

\"Need a cron job to add a command 

/usr/bin/php spacebar Polnymi > /dev/null *>&* 
or 
/usr/bin/php* space Polnymi.php> /dev/null *>&* 
, putting in minutes * hours * * and in the remaining fields, leave the asterisk. 


or wget -O - -q-t * http://yourdomain.com/cron.php > /dev/null *>&* 

key \"-O\" specifies the output to the console (instead of saving to a file), \"-q\" makes it quiet (no screen output), a \"-t *\" specifies to make only one connection attempt. \"


<< Previous