
I recently found cron jobs, and how to do it

Well i got a script that should be runeed every 5 minutes so it doesn't "fu*k" the Server speed.
But i also have a mail command that should send a email every time the cron job is runned.
But in the email it says:
/bin/sh: /home/oryzhonc/public_html/Scripts/vw/resx.php: Permission denied
Here's the command:
Minute Hour Day Month Weekday Command
*/5 * * * * /home/oryzhonc/public_html/Scripts/vw/resx.php
Just for information: I got a deny access of the Scripts folder but i dont know how i did it :S
Here's the htaccess:
Code: Select all
RewriteEngine on
RewriteCond %{HTTP_HOST} ^oryzhon\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.oryzhon\.com$
RewriteRule ^/?$ "http\:\/\/www\.oryzhon\.com\/en" [R=301,L]
Options -Indexes 


