Hello
i create a cron job, every 5 minute push the script, with this command:
lynx -source http://mydomain.com/public_html/xxxx.php
and that script not execute.. i receive following email:
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /public_html/xxxx.php
on this server.</p>
<p>Additionally, a 500 Internal Server Error
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
thanx for answers..