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

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



> 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