I’m using Aptana Cloud without root access.
WORKS:
* * * * * /usr/sfw/bin/wget -qO- 'http://myproject.aptanacloud.com/myproject/myphp.php' | /bin/mail mymail@mymail.com
DOESN’T WORK!:
* * * * * /usr/sfw/bin/wget -qO- 'http://myproject.aptanacloud.com/myproject/myphp.php?param1=blog%2frss2.xml' | /bin/mail mymail@mymail.com
I tried either unsuccessfully url with quotes, double quotes or without quotes.
Any idea?
Thanks!
Just out of curiosity: have you tried doing it without the %2f and using a straight forward slash instead? Maybe it’s the encoding there that’s breaking something.