I have two files stored in /var/www/
pi@babaloo /var/www/test $ ls -l total 8 -rwxrwxrwx 1 pi pi 123 Nov 8 00:23 refresh.php -rwxrwxrwx 1 pi pi 989 Nov 5 17:41 share.php when i try to open refresh.php from my browser, I get a 500 response from refresh.php on share.php everything is ok.
dont know why, whats the reason and how to solve it ???
Whats the meaning of the "8" and "5" ?? may that cause the error?
EDIT: I just noticed, that all new files I create have the same problem. Old files are ok. I dont know what happend - any ideas what could be the reason and what can I do to fix this ?