|
||||||||
Hi Frans
It may be a spelling error in the mail, but see:
> ls /usr/local/www gives
>
> ...
> -rwxr-xr-x 1 root wheel 8K Jan 30 22:45 status_interfaces.php
> -rwxr-xr-x 1 root wheel 7K Jan 30 22:52 status_wireless.php
> ...
>
> so the permissions on the file look okay with respect to the others.
>
> If I execute "php /usr/local/status_interfaces.php" then I get a file
> not found error.
In the "ls" you use the path:
/usr/local/www
later on you try to execute in this path:
/usr/local/
hth,
Adrian |