AllowOverride is set to All in apache, and when I put this in a .htaccess file, it changes the value:
<IfModule mod_php4.c> php_value upload_max_filesize "7500000" </IfModule> however, when I put "php_value browscap "/home/user/php/browscap.ini" in there, it doesn't change the setting. Is browscap not changeable from .htaccess, or am I doing something wrong? Thanks for the help!