wrong module-name in htaccess-file when using php5

krogoth

Joined: 2005-01-14
Posts: 1
Posted: Fri, 2005-01-14 17:59

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.

 
signe
signe's picture

Joined: 2003-07-27
Posts: 2322
Posted: Fri, 2005-01-14 18:08

This has been addressed in development builds.