[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] php4
- Subject: Re: [cobalt-users] php4
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Tue Feb 6 22:43:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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