My cron.pl is inside :
Code: Select all
/public_html/nineshare/cgi-bin
Is this correct:
Code: Select all
cd /var/www/nineshare/cgi-bin;./cron.pl >/dev/null 2>&1
Code: Select all
/public_html/nineshare/cgi-bin
Code: Select all
cd /var/www/nineshare/cgi-bin;./cron.pl >/dev/null 2>&1
if you have cron.pl in /var/www/nineshare/cgi-bin - then yes, this string is correct.chlankboot wrote:Hi,
My cron.pl is inside :Can anyone tell me pelase what is the correct string to configure cron?Code: Select all
/public_html/nineshare/cgi-bin
Is this correct:Code: Select all
cd /var/www/nineshare/cgi-bin;./cron.pl >/dev/null 2>&1