using .htaccess with phpMyAdmin can cause problems with Advanced Authentication (which
you should be using).
AFAIK only horde's implementation of phplib wants magic quotes turned off- last time I
looked at phplib itself, it wanted them on.
It's *possible* I got that backwards, but I don't think so.
If it is horde you are trying to install- if its just an imap client you are looking
for- check out basilix.
I also believe you can use a directive either in the php.ini file or httpd.conf to
turn magic quotes on/off on a per directory basis, w/o .htaccess (again- I'm not
positive... check the php documentation)
On Tuesday, January 16, 2001, at 09:24 AM, Ignacio Vazquez-Abrams wrote:
> On Tue, 16 Jan 2001, Kevin Cawthorne wrote:
>
> > Hi,
> >
> > I want to install PHPLIB but one of the configuration notes says "turn off magic
>quotes in
> the php.ini file".
> >
> > OK But I'm, using phpMyAdmin, which I understand NEEDS magic quotes on to work.
> >
> > Has anyone done this using the two together?
> >
> > Kevin Cawthorne
> >
>
> Knowing which web server you're using helps, but if you're using Apache, the
> way to do it is to turn it off in php.ini and then turn it on in httpd.conf or
> .htaccess or wherever for the directory/location phpMyAdmin is in.
>
> --
> Ignacio Vazquez-Abrams <[EMAIL PROTECTED]>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Michael A. Peters
Abriasoft Senior Developer
(510) 623-9726x357
Fax: (510) 249-9125
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]