#Simple Invoices recurrence - run each day at 1AM0 1 * * * /usr/bin/wget -q -O - http://localhost/api-cron >/dev/null 2>&1
----- Original Message -----From: Justin KellyTo: Ap. MuthuSent: Monday, October 21, 2013 5:50 PMSubject: Re: /api-cron/ rewrite?How should .htaccess be update - what edits?
On 21 Oct 2013 17:48, "Ap.Muthu" <apm...@usa.net> wrote:
Hi Justin,actually SI/api-cron does not work even if mod_rewrite is enabled unless the .htaccess or apache conf has the appropriate rewrite entries.Kindly update .htaccess to have the correct entries for it to work.I have gotten it to work on debian using:crontab -eand appending the lines (without the usename):#Simple Invoices recurrence - run each day at 1AM
#0 1 * * * /usr/bin/wget -q "http://si.domain.tld/index.php?module=api&view=cron"
0 1 * * * /usr/bin/wget -q "http://localhost/index.php?module=api&view=cron"
Regards,
Ap.Muthu
apm...@usa.net----- Original Message -----From: Justin KellyTo: Ap.MuthuSent: Monday, October 21, 2013 8:09 AMSubject: Re: /api-cron/ rewrite?hey aphave updated the page - only minor edits - url format still the sameSI/api-croncheersjustin
On Mon, Oct 21, 2013 at 2:01 AM, Ap.Muthu wrote:
Hi Justin,
The Wiki page:
http://www.simpleinvoices.org/wiki/recurrence
seems outdated.
What is the new URL and .htaccess rewrite that needs to be used for getting cron to work?
Regards,
Ap.Muthu