宝塔面板教程:
其它教程:
系统已默认使用网页触发的方式,有时候可能及不到理想效果或影响页面访问速度,建议使用命令计划的方式,
linux 配置方法:
请先根据自己的环境得到PHP的绝对路经,如:/www/server/php/56/bin/php
站点根目录下的绝对路经,如: /www/wwwroot/demo.shopwt.com
哪执行的完整路经就是: /www/wwwroot/demo.shopwt.com/system/task/index.php
请使用linux的计划任务,比如使用crontab触发以下命令:
*/10 * * * * root /www/server/php/56/bin/php /www/wwwroot/demo.shopwt.com/system/task/index.php minutes 0 */1 * * * root /www/server/php/56/bin/php /www/wwwroot/demo.shopwt.com/system/task/index.php hour 0 3 * * * root /www/server/php/56/bin/php /www/wwwroot/demo.shopwt.com/system/task/index.php date以上定时,主要是10分钟,1小时,每天3点执行。