Can someone tell the exact sytax for setting a mysql.default_password in a .htaccess file? I keep getting Internal Server Errors!!!
I think there are 2 commands for that:
php_flag and php_value
e.g.:
php_value include_path '.:/home/httpd/horde-phplib'
php_flag track_vars on
This can be deactivated however!! (check with your isp)
Matthias