Benoit Lathiere <[EMAIL PROTECTED]> wrote: > In my midgard-data.conf, I've got (for 1 vhost): > # Switch off magic quotes - it is required with Midgard > php_value magic_quotes_gpc off > php_value magic_quotes_runtime off > > and in httpd.conf : > LoadModule mime_magic_module /usr/lib/apache/1.3/mod_mime_magic.so
This module (AFAIR) is for checking real file type and its mime. It is checking file according to header instead of extension. > but when I update/create object, some special caracters like " / \ have a backslash > behind... > > > Must I add "php_value magic...." for each vhost ??? Set it in php.ini for all php applications. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
