in gallery1.4.4-pl4 the .htaccess-file in setup-folder has the following section:
<IfModule mod_php4.c>
php_value auto_prepend_file ./php_value_ok.php
php_value magic_quotes_gpc off
</IfModule>
when php5 is installed and you try to setup the gallery you'll get the message that the webserver isn't obeying the .htaccess-file.
when you change the module-name to mod_php5.c (or copy the section and change the module-name then) you won't get the message anymore.
Posts: 2322
This has been addressed in development builds.