
this screen shows how i setted it up


And where do i edit to change text that is displayed after link expires?
Code: Select all
cd /var/www/vhosts/hotdir.eu/cgi-bin;./cron.pl >/dev/null 2>&1
Sorry, but this code line set automatic pruning files?PilgrimX182 wrote:1. What problem with CRON??
You setted it a bit wrong. Should be2. Expired textCode: Select all
cd /var/www/vhosts/hotdir.eu/cgi-bin;./cron.pl >/dev/null 2>&1
You can change it in .htaccess for FileServer
Code: Select all
cd /var/www/vhosts/hotdir.eu/cgi-bin;./cron.pl >/dev/null 2>&1
Please help me.. How To add into crontab joblist?PilgrimX182 wrote:this code should be inside crontab joblist file. only with your correct path.Code: Select all
cd /var/www/vhosts/hotdir.eu/cgi-bin;./cron.pl >/dev/null 2>&1
Thanks, added this line in crontab:PilgrimX182 wrote:lol. If you have cPanel, there's special page Cron Jobs.
If you have SSH console, you can type "crontab -e" and then edit crontab jobs as a text file.
Code: Select all
0 * * * * /var/www/virtual/domain.com/cgi-bin/cron.pl >/dev/null 2>&1