[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] .htaccess to allow magic_quotes_gpc per directory
- Subject: Re: [cobalt-users] .htaccess to allow magic_quotes_gpc per directory
- From: Arnt Lysø <arnt@xxxxxxxxxx>
- Date: Sat Jan 13 16:36:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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