Version 3 Professional.
Ist der selbe Server wo auch Designerscripte liegt.
Ich teste die sachen mal durch
Test 1 mit wget:
--12:12:01-- http://www.domain.de/crons/lotto.knt.php?foo=bar
=> `lotto.knt.php?foo=bar'
Resolving www.domain.de... 87.xxx.xxx.25
Connecting to www.domain.de|87.xxx.xxx.25|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,349 (4.2K) [text/html]
lotto.knt.php?foo=bar: Permission denied
Cannot write to `lotto.knt.php?foo=bar' (Permission denied).
obwohl ich schon 777 gegeben hab
Test2 mit: /usr/bin/php5 /var/www/web123/datei.php?foo=bar
Could not open input file: /var/www/web109/html/crons/lotto.knt.php?foo=bar
Test3 mit: /usr/bin/php5 -q -c /etc/php5/apache2 /var/www/web123/datei.php?foo=bar
Could not open input file: /var/www/web109/html/crons/lotto.knt.php?foo=bar
Kann das sein das die datei irgendwie geschützt ist?