Hi, I'm using Aptana Cloud without root access.
WORKS:
* * * * * /usr/sfw/bin/wget -qO- 'http://myproject.aptanacloud.com/myproject/myphp.php' | /bin/mail [email protected]
DOESN'T WORK!:
* * * * * /usr/sfw/bin/wget -qO- 'http://myproject.aptanacloud.com/myproject/myphp.php?param1=blog%2frss2.xml' | /bin/mail [email protected]
I tried either unsuccessfully url with quotes, double quotes or without quotes. Any idea?
Thanks!