M
MarcAllain
Guest
Hi,
I'm working on a virtual server with Plesk Panel 10.
My website is protected with HTACCESS
I would like to execute scripts through this protection. I've made a test script witch just increase an integer in my mysql database (just to test the CRON).
This is how I've made it :
Min: */1
Hour: *
Day: *
Month: *
DOW: *
and for the script, I've tried several ways, but none of them works !
CURL -u login
ass http://www.sigma-i.fr/httpdocs/[...]/test.php
CURL -u login
ass /var/www/vhosts/sigma-i.fr/httpdocs/[...]/test.php
PHP -u login
ass /var/www/vhosts/sigma-i.fr/httpdocs/[...]/test.php
...
Is there anybody here that succeded in such operation ?
Thanks for help !
I'm working on a virtual server with Plesk Panel 10.
My website is protected with HTACCESS
I would like to execute scripts through this protection. I've made a test script witch just increase an integer in my mysql database (just to test the CRON).
This is how I've made it :
Min: */1
Hour: *
Day: *
Month: *
DOW: *
and for the script, I've tried several ways, but none of them works !
CURL -u login
CURL -u login
PHP -u login
...
Is there anybody here that succeded in such operation ?
Thanks for help !