this is a part of my htaccess file:
<IfModule mod_php4.c> php_flag register_globals off php_flag magic_quotes_runtime on php_value include_path '/Users/justinfrench/Documents/htdocs/joel/' </IfModule>
Justin French
On Tuesday, August 12, 2003, at 06:06 PM, 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
<Directory "/path/to/dir"> php_value http_uploads on </Directory>
however neither of these are successfully overriding the php.ini value.
Any ideas?
apache 1.3.23 php 4.1 linux 2.4.16, redhat 7.3
cheers
Demian
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
--- [This E-mail scanned for viruses]
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php