Normally with "mywebsite.com/ow_cron/run.php" my browser displays a blank page, but not for me, my run.php don't execute, I have a "page not found" why?
Ty ross Problem solved
I forgot to add the line RewriteCond %{REQUEST_URI} !/ow_cron/run\.php on my htaccess.
But now I have another problem, my SSH run my cron with an syntax error, unexpected T_OBJECT_OPERATOR
(uiserver):u76349893:~ > /usr/local/bin/php /homepages/6/d516155604/htdocs/ow_cron/run.php
X-Powered-By: PHP/4.4.9
Content-type: text/html
<br />
<b>Parse error</b>: syntax error, unexpected
T_OBJECT_OPERATOR in
<b>/homepages/6/d516155604/htdocs/ow_cron/run.php</b> on
line <b>39</b><br />
My php version is 5.4