Hello
I get a cron message with the text:
--2024-11-19 09:20:01-- https://mydomain.com/xsocial/index.php?option=com_community
Resolving mydomain.com (mydomain.com)... 87.98.225.248
Connecting to mydomain.com (mydomain.com)|87.98.225.248|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 130990 (128K) [text/html]
Saving to: ‘/dev/null’
0K .......... .......... .......... .......... .......... 39% 335M 0s
50K .......... .......... .......... .......... .......... 78% 402M 0s
100K .......... .......... ....... 100% 338M=0s
2024-11-19 09:20:02 (359 MB/s) - ‘/dev/null’ saved [130990/130990]
The syntax of the cron job is:
wget -O /dev/null https://mydomain.com/xsocial/index.php?option=com_community&task=cron > /dev/null
I'm trying to use AWS S3 but images still appear on local host.
What can i do?
Thanks