[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] php4



> Hi all,
>
> one of you gurus
> have a solution for the problem, that if you dont install
> php with safe_mode  anyone is able to read the other sites scripts
>
> and if you compile it with safe_mode youre not able to use file_upload
> thank you
> andreas

Through telnet anyone can read anyone's scripts anyway  :(
But have you tried overriding the safe mode on default with an .htaccess
file in the directory where you want to upload?
Something like:
php_value safe_mode off

HTH
Carrie Bartkowiak