755 ist korrekt, da Internetbesucher die Datei ja ausführen können sollen,
aber mein Script zeigt nachwievor an: Datei nicht vorhanden.
aber mein Script zeigt nachwievor an: Datei nicht vorhanden.
file_exists under safe_mode works (I work with for php 4) doesn't work
when owner of the dir where the file stands differs from the php-owner.
e.g. file_exists in this dir will give FALSE nevertheless the file exists
rights owner dir
//was heißen hier die einzelnen buchstaben???
drwxr-xr-x apache images
change the owner of the dir to the phpowner and file_exists works
Comment