[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] .htaccess to allow magic_quotes_gpc per directory



Hy,

you had to set

AllowOverride Options (i hope thats the correct value)

in your access.conf or httpd.conf. Without this value you
can change much in you .htaccess but only a few thinks
will work.

Greetings

Oliver

Arnt Lysø schrieb:

> > 1. Create plain text file in Notepad named .htaccess with 1 line
> > magic_quotes_gpc = On    (nothing else... eg. no <`s )
> >
>
> Did you get the php_value part?
> eg.:
>
> php_value magic_quotes_gpc = On
>
> You can have more than one line in the .htaccess like:
> php_value magic_quotes_gpc = On
> php_value what_ever = off
> php_value and_some = off
>
> --
> Arnt
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users