RE: [PHP] setting file_uploads on a per-directory basis

2003-08-14 Thread Ford, Mike [LSS]
On 12 August 2003 09:07, Demian Turner wrote: > In an effort to improve security on a server that has many sites, I > was hoping to disable http_uploads in php.ini then enable it in one > site with either an .htaccess: > > php_value http_uploads on > > or in httpd.conf with > > > php_val

Re: [PHP] setting file_uploads on a per-directory basis

2003-08-14 Thread Justin French
php_flag rather than php_value ??? this is a part of my htaccess file: php_flag register_globals off php_flag magic_quotes_runtime on php_value include_path '/Users/justinfrench/Documents/htdocs/joel/' Justin French On Tuesday, August 12, 2003, at 06:06 PM, Demian Tu