Default Installation of Zikula Causes Errors

One of my customers ran into an issue where when they installed zikula, it was erroring out when they browsed to the website once it was installed.

Looking in the logs, I see:

/home/USERNAME/public_html/zikula/.htaccess: Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration

And then, looking at the .htaccess file, I see both of these set:

php_flag register_globals off
php_flag magic_quotes_gpc off

I'm under the impression that none of the php_flag options work unless mod_php is enabled.

Since mod_php isn't used by default with Virtualmin, would having the install script disable those lines in the .htaccess file be an option for getting that to install cleanly?

Status: 
Closed (fixed)