[horde] Information

massimo at datacode.it massimo at datacode.it
Thu Jul 19 00:37:02 PDT 2001


Quoting Cedric Tardif <sysadmin at destination.ca>:

> Hi all,
> 
> I'm setting up horde and i have a problem.
> 
> I have a lot of app that need magic_quotes_gpc like phpMyAdmin it is possible
> to run horde without problem when magic_quotes_gpc is to on ?

Just set it inside the specific apache directive.
As for ex:
<Directory "/my/path">
 blahblahblah
      php_value include_path '/usr/local/lib/php'
      php_flag magic_quotes_gpc Off
</Directory>

Regards
Massimo





More information about the horde mailing list